pub unsafe extern "C" fn CFArrayGetCount(
theArray: CFArrayRef,
) -> CFIndexExpand description
@function CFArrayGetCount Returns the number of values currently in the array. @param theArray The array to be queried. If this parameter is not a valid CFArray, the behavior is undefined. @result The number of values in the array.