Function browser_window::prelude::cbsearch
source · pub unsafe extern "C" fn cbsearch(
__key: *const c_void,
__base: *const c_void,
__nmemb: usize,
__size: usize,
__compar: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>
) -> *mut c_void