struct_union_enum_specifier
struct token *ret = struct_union_enum_specifier(SYM_ENUM, token, ctx, parse_enum_declaration);
return struct_union_enum_specifier(SYM_STRUCT, token, ctx, parse_struct_declaration);
return struct_union_enum_specifier(SYM_UNION, token, ctx, parse_union_declaration);