pub type StructureType = BNStructureVariant;
enum StructureType { ClassStructureType = 0, StructStructureType = 1, UnionStructureType = 2, }