[][src]Function ndk_sys::qsort

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