pub type StringType = BNStringType;
enum StringType { AsciiString = 0, Utf16String = 1, Utf32String = 2, Utf8String = 3, }