Macos opaque types
Apple does not always want developers to know what is behind a given type. For example, in the coremidi framework the following type is defined. typedef struct OpaqueMIDIClient * MIDIClientRef; How does one write a foreign interface to this type definition? Thanks Bruno