pub unsafe extern "C" fn ImGuiStorage_GetIntRef(
    _self: *mut ImGuiStorage,
    key: ImGuiID,
    default_val: c_int
) -> *mut c_int