pub unsafe extern "C" fn XPLMSetMenuItemName(
    inMenu: XPLMMenuID,
    inIndex: c_int,
    inItemName: *const c_char,
    inDeprecatedAndIgnored: c_int
)