within cocoa/objective-c, xcode 13.x, how to prevent structure sizes getting changed in static/run time for all architectures whether Arm or Intel?. Any flags that could be added during the build?.
Code:
typedef struct {
char a;
unsigned long long b;
char c;
}s;