pub unsafe extern "C-unwind" fn CFArrayRemoveAllValues(
the_array: Option<&CFMutableArray>,
)
Available on crate feature
CFArray
only.Expand description
Removes all the values from the array, making it empty.
Parameter theArray
: The array from which all of the values are to be
removed. If this parameter is not a valid mutable CFArray,
the behavior is undefined.