So, is it possible?
I get this error multiple times:
ARC forbids Objective-C objects in structs or unions
For example here:
typedef struct {
BOOL _field1;
union {
struct {
id _field1;
id _field2;
} _field1;
GSEventRef _field2;
} _field2;
} XXStruct_CKAdxD;