[][src]Function imgui_sys::ImGuiStorage_GetBool

pub unsafe extern "C" fn ImGuiStorage_GetBool(
    self_: *mut ImGuiStorage,
    key: ImGuiID,
    default_val: bool
) -> bool