pub type TypeParserOption = BNTypeParserOption;
#[repr(u8)]pub enum TypeParserOption { IncludeSystemTypes = 0, BuiltinMacros = 1, }