pub type XPLMError_f = Option<unsafe extern "C-unwind" fn(inMessage: *const c_char)>;
pub enum XPLMError_f { None, Some(unsafe extern "C-unwind" fn(*const i8)), }
No value.
Some value of type T.
T