AstOptionalType: {
    id: number;
    kind: "optional_type";
    loc: SrcInfo;
    typeArg: AstType;
}