pub unsafe extern "C" fn ImGuiStorage_SetBool(
    _self: *mut ImGuiStorage,
    key: ImGuiID,
    val: bool
)