Tuples can be represented with DebugStructType, which works fine with one exception: 0-tuples. When attempting to create an empty struct, I'm greeted with the argument exception 'Type must be sized to get target size information'. This leaves me with the question of how I would best go about representing this structure. Any advice?