in wrap.go [183:187]
func cfArrayLen(ref C.CFArrayRef) int { // FIXME: this will probably crash on 32bit, untested // requires OS X v10.0 return int(C.CFArrayGetCount(ref)) }