Function rust_htslib::htslib::qsort

source ·
pub unsafe extern "C" fn qsort(
    __base: *mut c_void,
    __nmemb: u64,
    __size: u64,
    __compar: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>
)