pub type plgn_register = Option<unsafe extern "C" fn(c: *mut in3_t) -> Type>;
enum plgn_register { None, Some(unsafe extern "C" fn(_: *mut in3_t_) -> i32), }
No value.
Some value of type T.
T