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