We need a nice way to create a structure in LPython, and pass a pointer to it into C function that expects `void f(struct S *s)`. TODO: * figure out a nice way to do it * add a test * make sure it works both in CPython and LPython