CFArrayContainsValue

Function CFArrayContainsValue 

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