[][src]Type Definition kpal_plugin::KpalPluginInit

type KpalPluginInit = unsafe extern "C" fn(_: *mut Plugin) -> c_int;

The type signature of the function that returns a new plugin instance.