1 2 3 4 5 6 7 8 9
struct StructWithInt32 { field a: Int32; field b: Int32; } struct StructWithInt64 { field a: Int64; field b: Int64; }