Skip to main content

heapsort

Function heapsort 

Source
pub unsafe extern "C" fn heapsort(
    base: *mut c_void,
    nmemb: size_t,
    size: size_t,
    cmp: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> c_int>,
) -> c_int