arcdps_imgui_sys

Function ImGuiStorage_SetBool

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