pub unsafe extern "C" fn XPLMGetWindowGeometryVR(
    inWindowID: XPLMWindowID,
    outWidthBoxels: *mut c_int,
    outHeightBoxels: *mut c_int
)