CFArrayRemoveValueAtIndex

Function CFArrayRemoveValueAtIndex 

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