To be able to do ```ocaml [%%cstruct type struct_type1 = { a: uint8_t; b: uint32_t; c: uint8_t [@len 16]; } [@@little_endian] ] [%%cstruct type struct_type2 = { d: uint64_t; q: uint32_t; r: struct_type1; s: uint32_t; } [@@little_endian] ] ```