enum jnc.StructTypeKind

enum StructTypeKind {
    Normal,
    IfaceStruct,
    ClassStruct,
    UnionStruct,
};