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