// For backward compatibility, fields of C unions declared in system headers
// that have non-trivial ObjC ownership qualifications are marked as unavailable
// unless the qualifier is explicit and __strong.
typedef __strong id StrongID;
typedef union U0_SystemHeader;
typedef union U1_SystemHeader;