Function CFArrayContainsValue

Source
pub unsafe extern "C" fn CFArrayContainsValue(
    theArray: CFArrayRef,
    range: CFRange,
    value: *const c_void,
) -> Boolean