I have quite a few C structs structured like
typedef struct { unsigned int a; unsigned int b; } StructA;
And a lot of functions like