pub fn enum_type_name(input: &str) -> IResult<&str, EnumTypeName>
EnumTypeName = %s"enum" / %s"intEnum"