Function esp_idf_hal::sys::arg_mgsort
source ยท pub unsafe extern "C" fn arg_mgsort(
data: *mut c_void,
size: i32,
esize: i32,
i: i32,
k: i32,
comparefn: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>,
)