CFArrayAppendArray

Function CFArrayAppendArray 

Source
pub unsafe extern "C-unwind" fn CFArrayAppendArray(
    the_array: Option<&CFMutableArray>,
    other_array: Option<&CFArray>,
    other_range: CFRange,
)
👎Deprecated: renamed to CFMutableArray::append_array
Available on crate feature CFArray only.