pub type KpalPluginInit = unsafe extern "C" fn(*mut Plugin) -> c_int;
The type signature of the function that returns a new plugin instance.