[][src]Function pgx_pg_sys::mergesort

pub unsafe fn mergesort(
    arg___base: *mut c_void,
    arg___nel: usize,
    arg___width: usize,
    arg___compar: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>
) -> c_int