Function sdl2_sys::SDL_qsort [−][src]
pub unsafe extern "C" fn SDL_qsort(
base: *mut c_void,
nmemb: usize,
size: usize,
compare: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>
)
pub unsafe extern "C" fn SDL_qsort(
base: *mut c_void,
nmemb: usize,
size: usize,
compare: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>
)