const MacroTranslateError = union(enum)
const MacroTranslateError = union(enum) { undefined_identifier: []const u8, invalid_arg_usage: []const u8, }