[][src]Function raylib::ffi::mergesort

pub unsafe extern "C" fn mergesort(
    __base: *mut c_void,
    __nel: usize,
    __width: usize,
    __compar: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>
) -> i32