pub type plugin_init_t = Option<unsafe extern "C" fn(tag: le32) -> *const plugin_operations>;
enum plugin_init_t { None, Some(unsafe extern "C" fn(_: u32) -> *const plugin_operations), }
No value.
Some value of type T.
T