const rtype =
        ptr.rtype === "void"
            ? ptr.rtype
            : __fieldType(
                    { name: "return", ...ptr.rtype },