pub unsafe extern "C" fn XPLMRegisterFlightLoopCallback(
    inFlightLoop: XPLMFlightLoop_f,
    inInterval: f32,
    inRefcon: *mut c_void
)