[][src]Function raylib::ffi::qsort_r

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