pub unsafe extern "C" fn XPLMGetScreenBoundsGlobal(
    outLeft: *mut c_int,
    outTop: *mut c_int,
    outRight: *mut c_int,
    outBottom: *mut c_int
)