Function browser_window::prelude::cbsearch [−]
pub unsafe extern "C" fn cbsearch(
__key: *const c_void,
__base: *const c_void,
__nmemb: u64,
__size: u64,
__compar: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>
) -> *mut c_void