Function imgui_sys::igCreateContext[][src]

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