pub const ProcSymFlags = packed struct(u8)
pub const ProcSymFlags = packed struct(u8) { has_fp: bool, has_iret: bool, has_fret: bool, is_no_return: bool, is_unreachable: bool, has_custom_calling_conv: bool, is_no_inline: bool, has_optimized_debug_info: bool, }