Pointers & structs have now been introduced. When we want to pass that data, you can pass a struct as you would other data types. However, in certain cases can add a lot of info to the stack... so you ...
members=[C.struct_member("field_1", "int"), C.struct_member("field_2", "int")]) code.append(C.statement(C.declaration(C.typedef("mystruct_t", C.declaration(mystruct ...