With StructType you can create an empty structure and then call setBody
later. How can one do the same thing with a PointerType?
I'm translating a recursive structure which includes pointers to itself.
I end up creating multiple copies of logically equivalent pointer types.