I have the following struct:
struct elem { int number; char character; }; struct item { struct elem element; };
and the following functi
main->element
wrapper->element