I want to access MacOSX C functions from Common Lisp via CFFI and need typedefs from header files.
In
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/Headers/CFArray.h
there is this line:
typedef const struct __CFArray * CFArrayRef;
Where do I find the definition of __CFArray?