pub unsafe extern "C-unwind" fn CFArrayGetFirstIndexOfValue(
the_array: &CFArray,
range: CFRange,
value: *const c_void,
) -> CFIndex👎Deprecated: renamed to
CFArray::first_index_of_valueAvailable on crate feature
CFArray only.