CFArrayInsertValueAtIndex

Function CFArrayInsertValueAtIndex 

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