Function sdl2_sys::SDL_bsearch
source ยท pub unsafe extern "C" fn SDL_bsearch(
key: *const c_void,
base: *const c_void,
nmemb: usize,
size: usize,
compare: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>,
) -> *mut c_void