AstPrimitiveTypeDecl: {
    id: number;
    kind: "primitive_type_decl";
    loc: SrcInfo;
    name: AstId;
}