pub unsafe extern "C-unwind" fn CFArrayGetCount(
the_array: &CFArray,
) -> CFIndex
Available on crate features
CFArray
and CFBase
only.Expand description
Returns the number of values currently in the array.
Parameter theArray
: The array to be queried. If this parameter is not a valid
CFArray, the behavior is undefined.
Returns: The number of values in the array.