pub type InitFn = dyn FnOnce(&'static Hexchat) -> i32 + UnwindSafe;Expand description
The signature for the init function that plugin authors need to register
using dll_entry_points!().
pub type InitFn = dyn FnOnce(&'static Hexchat) -> i32 + UnwindSafe;The signature for the init function that plugin authors need to register
using dll_entry_points!().