ImguiMalloc

Type Alias ImguiMalloc 

Source
pub type ImguiMalloc = unsafe extern "C" fn(size: usize, user_data: *mut c_void) -> *mut c_void;