Function cups_sys::mergesort [] [src]

pub unsafe extern "C" fn mergesort(
    __base: *mut c_void,
    __nel: usize,
    __width: usize,
    __compar: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> c_int>
) -> c_int