igImQsort

Function igImQsort 

Source
pub unsafe extern "C" fn igImQsort(
    base: *mut c_void,
    count: usize,
    size_of_element: usize,
    compare_func: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>,
)