Function SDL_bsearch

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(_: *const c_void, _: *const c_void) -> i32>,
) -> *mut c_void
Available on crate feature dep_sdl2 only.