hexchat_api

Type Alias DeinitFn

Source
pub type DeinitFn = dyn FnOnce(&'static Hexchat) -> i32 + UnwindSafe;
Expand description

The signature for the deinit function plugin authors need to register using dll_entry_points!().