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