Function mex_sys::qsort_s [] [src]

pub unsafe extern "C" fn qsort_s(
    _Base: *mut c_void,
    _NumOfElements: rsize_t,
    _SizeOfElements: rsize_t,
    _PtFuncCompare: Option<unsafe extern "C" fn(_: *mut c_void, _: *const c_void, _: *const c_void) -> c_int>,
    _Context: *mut c_void
)