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