pub unsafe extern "C-unwind" fn CFArraySetValueAtIndex(
the_array: Option<&CFMutableArray>,
idx: CFIndex,
value: *const c_void,
)👎Deprecated: renamed to
CFMutableArray::set_value_at_indexAvailable on crate feature
CFArray only.