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