Function esp_idf_hal::sys::qsort_r

source ·
pub unsafe extern "C" fn qsort_r(
    __base: *mut c_void,
    __nmemb: usize,
    __size: usize,
    __thunk: *mut c_void,
    _compar: Option<unsafe extern "C" fn(_: *mut c_void, _: *const c_void, _: *const c_void) -> i32>
)