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