pub type PluginLoadF = Option<unsafe extern "C" fn(reg: *mut ApiRegistryApi, load: bool)>;
pub enum PluginLoadF { None, Some(unsafe extern "C" fn(*mut ApiRegistryApi, bool)), }
No value.
Some value of type T.
T