Function imgui_sys::igCreateContext [] [src]

pub unsafe extern "C" fn igCreateContext(
    malloc_fn: Option<extern "C" fn(_: usize) -> *mut c_void>,
    free_fn: Option<extern "C" fn(_: *mut c_void)>
) -> *mut ImGuiContext