AstStructInstance: {
    args: readonly StructFieldInitializer[];
    id: number;
    kind: "struct_instance";
    loc: SrcInfo;
    type: AstId;
}