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