pub type ImGuiContextHookCallback = Option<unsafe extern "C" fn(ctx: *mut ImGuiContext, hook: *mut ImGuiContextHook)>;Aliased Type§
pub enum ImGuiContextHookCallback {
None,
Some(unsafe extern "C" fn(*mut ImGuiContext, *mut ImGuiContextHook)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut ImGuiContext, *mut ImGuiContextHook))
Some value of type T.