AstStructDecl: {
    fields: readonly AstFieldDecl[];
    id: number;
    kind: "struct_decl";
    loc: SrcInfo;
    name: AstId;
}