fn intToEnum(comptime EnumTag: type, tag_int: anytype) IntToEnumError!EnumTag
EnumTag: type,
tag_int: anytype,