[][src]Function open_cl_sys::heapsort

pub unsafe extern "C" fn heapsort(
    __base: *mut c_void,
    __nel: usize,
    __width: usize,
    __compar: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>
) -> c_int