pub unsafe extern "C" fn bsearch( __key: *const c_void, __base: *const c_void, __nmemb: usize, __size: usize, __comparator: Option<unsafe extern "C" fn(__lhs: *const c_void, __rhs: *const c_void) -> c_int> ) -> *mut c_void