pub type TypeParserOption = BNTypeParserOption;Aliased Type§
#[repr(u32)]
pub enum TypeParserOption {
IncludeSystemTypes = 0,
BuiltinMacros = 1,
}TypeParserOption in binaryninja::type_parser - Rust
pub type TypeParserOption = BNTypeParserOption;#[repr(u32)]
pub enum TypeParserOption {
IncludeSystemTypes = 0,
BuiltinMacros = 1,
}