[][src]Function nginx::ngx_sort

pub unsafe extern "C" fn ngx_sort(
    base: *mut c_void,
    n: size_t,
    size: size_t,
    cmp: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> ngx_int_t>
)