Function ndk_sys::qsort

source ·
pub unsafe extern "C" fn qsort(
    __base: *mut c_void,
    __nmemb: usize,
    __size: usize,
    __comparator: Option<unsafe extern "C" fn(__lhs: *const c_void, __rhs: *const c_void) -> c_int>
)