pub type XPLMAvionicsCursor_f = Option<unsafe extern "C" fn(x: c_int, y: c_int, inRefcon: *mut c_void) -> XPLMCursorStatus>;
pub enum XPLMAvionicsCursor_f { None, Some(unsafe extern "C" fn(i32, i32, *mut c_void) -> i32), }
No value.
Some value of type T.
T