pub type XPLMMenuHandler_f = Option<unsafe extern "C-unwind" fn(inMenuRef: *mut c_void, inItemRef: *mut c_void)>;
pub enum XPLMMenuHandler_f { None, Some(unsafe extern "C-unwind" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T