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