CFArrayAppendValue

Function CFArrayAppendValue 

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