pub unsafe extern "C" fn qsort( __base: *mut c_void, __nmemb: usize, __size: usize, __compar: __compar_fn_t, )
Sort NMEMB elements of BASE, of SIZE bytes each, using COMPAR to perform the comparisons.