pub type StructAlias = Struct;
#[repr(C)]pub struct StructAlias { pub x: u64, pub y: u64, pub e: Enum, }
x: u64
y: u64
e: Enum