pub const DebugFormat = union(enum)
pub const DebugFormat = union(enum) { strip, dwarf: std.dwarf.Format, code_view, }