pub unsafe extern "C-unwind" fn CFArrayReplaceValues(
the_array: Option<&CFMutableArray>,
range: CFRange,
new_values: *mut *const c_void,
new_count: CFIndex,
)👎Deprecated:
renamed to CFMutableArray::replace_values
Available on crate feature
CFArray only.