Function esp_idf_hal::sys::qsort
source ยท pub unsafe extern "C" fn qsort(
__base: *mut c_void,
__nmemb: usize,
__size: usize,
_compar: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>,
)
pub unsafe extern "C" fn qsort(
__base: *mut c_void,
__nmemb: usize,
__size: usize,
_compar: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>,
)