imgui_sys::igCreateContext [] [src]

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