Function rpgffi::pg_qsort [] [src]

pub unsafe extern "C" fn pg_qsort(
    base: *mut c_void,
    nel: usize,
    elsize: usize,
    cmp: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> c_int>
)