Issue Details
I have a TestStand container with two properties - a number and an enum type:

I want to pass this container as a C Struct to my DLL. Assume DLL uses 1-byte packing.
My number layout is 32-bit signed:

However, my enumerated type can only be stored as Embedded Struct:

How to pass this struct to my DLL, specifically what should be the C Struct definition?
