pub type StructAlias = Struct;
struct StructAlias { pub x: u64, pub y: u64, pub e: Enum, }
x: u64
y: u64
e: Enum