pub unsafe extern "C-unwind" fn CFArrayBSearchValues(
the_array: &CFArray,
range: CFRange,
value: *const c_void,
comparator: CFComparatorFunction,
context: *mut c_void,
) -> CFIndex👎Deprecated:
renamed to CFArray::b_search_values
Available on crate feature
CFArray only.