const golang.org/x/tools/internal/stdlib.Func

2136 uses

	golang.org/x/tools/internal/stdlib (current package)
		manifest.go#L25: 		{"FileInfoHeader", Func, 1, "func(fi fs.FileInfo, link string) (*Header, error)"},
		manifest.go#L50: 		{"NewReader", Func, 0, "func(r io.Reader) *Reader"},
		manifest.go#L51: 		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
		manifest.go#L125: 		{"FileInfoHeader", Func, 0, "func(fi fs.FileInfo) (*FileHeader, error)"},
		manifest.go#L126: 		{"NewReader", Func, 0, "func(r io.ReaderAt, size int64) (*Reader, error)"},
		manifest.go#L127: 		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
		manifest.go#L128: 		{"OpenReader", Func, 0, "func(name string) (*ReadCloser, error)"},
		manifest.go#L134: 		{"RegisterCompressor", Func, 2, "func(method uint16, comp Compressor)"},
		manifest.go#L135: 		{"RegisterDecompressor", Func, 2, "func(method uint16, dcomp Decompressor)"},
		manifest.go#L202: 		{"NewReadWriter", Func, 0, "func(r *Reader, w *Writer) *ReadWriter"},
		manifest.go#L203: 		{"NewReader", Func, 0, "func(rd io.Reader) *Reader"},
		manifest.go#L204: 		{"NewReaderSize", Func, 0, "func(rd io.Reader, size int) *Reader"},
		manifest.go#L205: 		{"NewScanner", Func, 1, "func(r io.Reader) *Scanner"},
		manifest.go#L206: 		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
		manifest.go#L207: 		{"NewWriterSize", Func, 0, "func(w io.Writer, size int) *Writer"},
		manifest.go#L212: 		{"ScanBytes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
		manifest.go#L213: 		{"ScanLines", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
		manifest.go#L214: 		{"ScanRunes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
		manifest.go#L215: 		{"ScanWords", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
		manifest.go#L256: 		{"Clone", Func, 20, "func(b []byte) []byte"},
		manifest.go#L257: 		{"Compare", Func, 0, "func(a []byte, b []byte) int"},
		manifest.go#L258: 		{"Contains", Func, 0, "func(b []byte, subslice []byte) bool"},
		manifest.go#L259: 		{"ContainsAny", Func, 7, "func(b []byte, chars string) bool"},
		manifest.go#L260: 		{"ContainsFunc", Func, 21, "func(b []byte, f func(rune) bool) bool"},
		manifest.go#L261: 		{"ContainsRune", Func, 7, "func(b []byte, r rune) bool"},
		manifest.go#L262: 		{"Count", Func, 0, "func(s []byte, sep []byte) int"},
		manifest.go#L263: 		{"Cut", Func, 18, "func(s []byte, sep []byte) (before []byte, after []byte, found bool)"},
		manifest.go#L264: 		{"CutPrefix", Func, 20, "func(s []byte, prefix []byte) (after []byte, found bool)"},
		manifest.go#L265: 		{"CutSuffix", Func, 20, "func(s []byte, suffix []byte) (before []byte, found bool)"},
		manifest.go#L266: 		{"Equal", Func, 0, "func(a []byte, b []byte) bool"},
		manifest.go#L267: 		{"EqualFold", Func, 0, "func(s []byte, t []byte) bool"},
		manifest.go#L269: 		{"Fields", Func, 0, "func(s []byte) [][]byte"},
		manifest.go#L270: 		{"FieldsFunc", Func, 0, "func(s []byte, f func(rune) bool) [][]byte"},
		manifest.go#L271: 		{"FieldsFuncSeq", Func, 24, "func(s []byte, f func(rune) bool) iter.Seq[[]byte]"},
		manifest.go#L272: 		{"FieldsSeq", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
		manifest.go#L273: 		{"HasPrefix", Func, 0, "func(s []byte, prefix []byte) bool"},
		manifest.go#L274: 		{"HasSuffix", Func, 0, "func(s []byte, suffix []byte) bool"},
		manifest.go#L275: 		{"Index", Func, 0, "func(s []byte, sep []byte) int"},
		manifest.go#L276: 		{"IndexAny", Func, 0, "func(s []byte, chars string) int"},
		manifest.go#L277: 		{"IndexByte", Func, 0, "func(b []byte, c byte) int"},
		manifest.go#L278: 		{"IndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
		manifest.go#L279: 		{"IndexRune", Func, 0, "func(s []byte, r rune) int"},
		manifest.go#L280: 		{"Join", Func, 0, "func(s [][]byte, sep []byte) []byte"},
		manifest.go#L281: 		{"LastIndex", Func, 0, "func(s []byte, sep []byte) int"},
		manifest.go#L282: 		{"LastIndexAny", Func, 0, "func(s []byte, chars string) int"},
		manifest.go#L283: 		{"LastIndexByte", Func, 5, "func(s []byte, c byte) int"},
		manifest.go#L284: 		{"LastIndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
		manifest.go#L285: 		{"Lines", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
		manifest.go#L286: 		{"Map", Func, 0, "func(mapping func(r rune) rune, s []byte) []byte"},
		manifest.go#L288: 		{"NewBuffer", Func, 0, "func(buf []byte) *Buffer"},
		manifest.go#L289: 		{"NewBufferString", Func, 0, "func(s string) *Buffer"},
		manifest.go#L290: 		{"NewReader", Func, 0, "func(b []byte) *Reader"},
		manifest.go#L292: 		{"Repeat", Func, 0, "func(b []byte, count int) []byte"},
		manifest.go#L293: 		{"Replace", Func, 0, "func(s []byte, old []byte, new []byte, n int) []byte"},
		manifest.go#L294: 		{"ReplaceAll", Func, 12, "func(s []byte, old []byte, new []byte) []byte"},
		manifest.go#L295: 		{"Runes", Func, 0, "func(s []byte) []rune"},
		manifest.go#L296: 		{"Split", Func, 0, "func(s []byte, sep []byte) [][]byte"},
		manifest.go#L297: 		{"SplitAfter", Func, 0, "func(s []byte, sep []byte) [][]byte"},
		manifest.go#L298: 		{"SplitAfterN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
		manifest.go#L299: 		{"SplitAfterSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
		manifest.go#L300: 		{"SplitN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
		manifest.go#L301: 		{"SplitSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
		manifest.go#L302: 		{"Title", Func, 0, "func(s []byte) []byte"},
		manifest.go#L303: 		{"ToLower", Func, 0, "func(s []byte) []byte"},
		manifest.go#L304: 		{"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
		manifest.go#L305: 		{"ToTitle", Func, 0, "func(s []byte) []byte"},
		manifest.go#L306: 		{"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
		manifest.go#L307: 		{"ToUpper", Func, 0, "func(s []byte) []byte"},
		manifest.go#L308: 		{"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
		manifest.go#L309: 		{"ToValidUTF8", Func, 13, "func(s []byte, replacement []byte) []byte"},
		manifest.go#L310: 		{"Trim", Func, 0, "func(s []byte, cutset string) []byte"},
		manifest.go#L311: 		{"TrimFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
		manifest.go#L312: 		{"TrimLeft", Func, 0, "func(s []byte, cutset string) []byte"},
		manifest.go#L313: 		{"TrimLeftFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
		manifest.go#L314: 		{"TrimPrefix", Func, 1, "func(s []byte, prefix []byte) []byte"},
		manifest.go#L315: 		{"TrimRight", Func, 0, "func(s []byte, cutset string) []byte"},
		manifest.go#L316: 		{"TrimRightFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
		manifest.go#L317: 		{"TrimSpace", Func, 0, "func(s []byte) []byte"},
		manifest.go#L318: 		{"TrimSuffix", Func, 1, "func(s []byte, suffix []byte) []byte"},
		manifest.go#L321: 		{"Compare", Func, 21, "func[T Ordered](x T, y T) int"},
		manifest.go#L322: 		{"Less", Func, 21, "func[T Ordered](x T, y T) bool"},
		manifest.go#L323: 		{"Or", Func, 22, "func[T comparable](vals ...T) T"},
		manifest.go#L328: 		{"NewReader", Func, 0, "func(r io.Reader) io.Reader"},
		manifest.go#L346: 		{"NewReader", Func, 0, "func(r io.Reader) io.ReadCloser"},
		manifest.go#L347: 		{"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) io.ReadCloser"},
		manifest.go#L348: 		{"NewWriter", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
		manifest.go#L349: 		{"NewWriterDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
		manifest.go#L382: 		{"NewReader", Func, 0, "func(r io.Reader) (*Reader, error)"},
		manifest.go#L383: 		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
		manifest.go#L384: 		{"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
		manifest.go#L400: 		{"NewReader", Func, 0, "func(r io.Reader, order Order, litWidth int) io.ReadCloser"},
		manifest.go#L401: 		{"NewWriter", Func, 0, "func(w io.Writer, order Order, litWidth int) io.WriteCloser"},
		manifest.go#L418: 		{"NewReader", Func, 0, "func(r io.Reader) (io.ReadCloser, error)"},
		manifest.go#L419: 		{"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) (io.ReadCloser, error)"},
		manifest.go#L420: 		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
		manifest.go#L421: 		{"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
		manifest.go#L422: 		{"NewWriterLevelDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
		manifest.go#L428: 		{"Fix", Func, 2, "func(h Interface, i int)"},
		manifest.go#L429: 		{"Init", Func, 0, "func(h Interface)"},
		manifest.go#L431: 		{"Pop", Func, 0, "func(h Interface) any"},
		manifest.go#L432: 		{"Push", Func, 0, "func(h Interface, x any)"},
		manifest.go#L433: 		{"Remove", Func, 0, "func(h Interface, i int) any"},
		manifest.go#L456: 		{"New", Func, 0, "func() *List"},
		manifest.go#L466: 		{"New", Func, 0, "func(n int) *Ring"},
		manifest.go#L471: 		{"AfterFunc", Func, 21, "func(ctx Context, f func()) (stop func() bool)"},
		manifest.go#L472: 		{"Background", Func, 7, "func() Context"},
		manifest.go#L476: 		{"Cause", Func, 20, "func(c Context) error"},
		manifest.go#L479: 		{"TODO", Func, 7, "func() Context"},
		manifest.go#L480: 		{"WithCancel", Func, 7, "func(parent Context) (ctx Context, cancel CancelFunc)"},
		manifest.go#L481: 		{"WithCancelCause", Func, 20, "func(parent Context) (ctx Context, cancel CancelCauseFunc)"},
		manifest.go#L482: 		{"WithDeadline", Func, 7, "func(parent Context, d time.Time) (Context, CancelFunc)"},
		manifest.go#L483: 		{"WithDeadlineCause", Func, 21, "func(parent Context, d time.Time, cause error) (Context, CancelFunc)"},
		manifest.go#L484: 		{"WithTimeout", Func, 7, "func(parent Context, timeout time.Duration) (Context, CancelFunc)"},
		manifest.go#L485: 		{"WithTimeoutCause", Func, 21, "func(parent Context, timeout time.Duration, cause error) (Context, CancelFunc)"},
		manifest.go#L486: 		{"WithValue", Func, 7, "func(parent Context, key any, val any) Context"},
		manifest.go#L487: 		{"WithoutCancel", Func, 21, "func(parent Context) Context"},
		manifest.go#L509: 		{"RegisterHash", Func, 0, "func(h Hash, f func() hash.Hash)"},
		manifest.go#L521: 		{"SignMessage", Func, 25, "func(signer Signer, rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error)"},
		manifest.go#L529: 		{"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
		manifest.go#L538: 		{"NewCBCDecrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
		manifest.go#L539: 		{"NewCBCEncrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
		manifest.go#L540: 		{"NewCFBDecrypter", Func, 0, "func(block Block, iv []byte) Stream"},
		manifest.go#L541: 		{"NewCFBEncrypter", Func, 0, "func(block Block, iv []byte) Stream"},
		manifest.go#L542: 		{"NewCTR", Func, 0, "func(block Block, iv []byte) Stream"},
		manifest.go#L543: 		{"NewGCM", Func, 2, "func(cipher Block) (AEAD, error)"},
		manifest.go#L544: 		{"NewGCMWithNonceSize", Func, 5, "func(cipher Block, size int) (AEAD, error)"},
		manifest.go#L545: 		{"NewGCMWithRandomNonce", Func, 24, "func(cipher Block) (AEAD, error)"},
		manifest.go#L546: 		{"NewGCMWithTagSize", Func, 11, "func(cipher Block, tagSize int) (AEAD, error)"},
		manifest.go#L547: 		{"NewOFB", Func, 0, "func(b Block, iv []byte) Stream"},
		manifest.go#L561: 		{"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
		manifest.go#L562: 		{"NewTripleDESCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
		manifest.go#L566: 		{"GenerateKey", Func, 0, "func(priv *PrivateKey, rand io.Reader) error"},
		manifest.go#L567: 		{"GenerateParameters", Func, 0, "func(params *Parameters, rand io.Reader, sizes ParameterSizes) error"},
		manifest.go#L583: 		{"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
		manifest.go#L584: 		{"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
		manifest.go#L597: 		{"P256", Func, 20, "func() Curve"},
		manifest.go#L598: 		{"P384", Func, 20, "func() Curve"},
		manifest.go#L599: 		{"P521", Func, 20, "func() Curve"},
		manifest.go#L602: 		{"X25519", Func, 20, "func() Curve"},
		manifest.go#L625: 		{"GenerateKey", Func, 0, "func(c elliptic.Curve, rand io.Reader) (*PrivateKey, error)"},
		manifest.go#L626: 		{"ParseRawPrivateKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PrivateKey, error)"},
		manifest.go#L627: 		{"ParseUncompressedPublicKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PublicKey, error)"},
		manifest.go#L635: 		{"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
		manifest.go#L636: 		{"SignASN1", Func, 15, "func(rand io.Reader, priv *PrivateKey, hash []byte) ([]byte, error)"},
		manifest.go#L637: 		{"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
		manifest.go#L638: 		{"VerifyASN1", Func, 15, "func(pub *PublicKey, hash []byte, sig []byte) bool"},
		manifest.go#L647: 		{"GenerateKey", Func, 13, "func(rand io.Reader) (PublicKey, PrivateKey, error)"},
		manifest.go#L648: 		{"NewKeyFromSeed", Func, 13, "func(seed []byte) PrivateKey"},
		manifest.go#L657: 		{"Sign", Func, 13, "func(privateKey PrivateKey, message []byte) []byte"},
		manifest.go#L659: 		{"Verify", Func, 13, "func(publicKey PublicKey, message []byte, sig []byte) bool"},
		manifest.go#L660: 		{"VerifyWithOptions", Func, 20, "func(publicKey PublicKey, message []byte, sig []byte, opts *Options) error"},
		manifest.go#L678: 		{"GenerateKey", Func, 0, "func(curve Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"},
		manifest.go#L679: 		{"Marshal", Func, 0, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
		manifest.go#L680: 		{"MarshalCompressed", Func, 15, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
		manifest.go#L681: 		{"P224", Func, 0, "func() Curve"},
		manifest.go#L682: 		{"P256", Func, 0, "func() Curve"},
		manifest.go#L683: 		{"P384", Func, 0, "func() Curve"},
		manifest.go#L684: 		{"P521", Func, 0, "func() Curve"},
		manifest.go#L685: 		{"Unmarshal", Func, 0, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
		manifest.go#L686: 		{"UnmarshalCompressed", Func, 15, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
		manifest.go#L689: 		{"Enabled", Func, 24, "func() bool"},
		manifest.go#L692: 		{"Expand", Func, 24, "func[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error)"},
		manifest.go#L693: 		{"Extract", Func, 24, "func[H hash.Hash](h func() H, secret []byte, salt []byte) ([]byte, error)"},
		manifest.go#L694: 		{"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, secret []byte, salt []byte, info string, keyLength int) ([]byte, error)"},
		manifest.go#L697: 		{"Equal", Func, 1, "func(mac1 []byte, mac2 []byte) bool"},
		manifest.go#L698: 		{"New", Func, 0, "func(h func() hash.Hash, key []byte) hash.Hash"},
		manifest.go#L702: 		{"New", Func, 0, "func() hash.Hash"},
		manifest.go#L704: 		{"Sum", Func, 2, "func(data []byte) [16]byte"},
		manifest.go#L725: 		{"GenerateKey1024", Func, 24, "func() (*DecapsulationKey1024, error)"},
		manifest.go#L726: 		{"GenerateKey768", Func, 24, "func() (*DecapsulationKey768, error)"},
		manifest.go#L727: 		{"NewDecapsulationKey1024", Func, 24, "func(seed []byte) (*DecapsulationKey1024, error)"},
		manifest.go#L728: 		{"NewDecapsulationKey768", Func, 24, "func(seed []byte) (*DecapsulationKey768, error)"},
		manifest.go#L729: 		{"NewEncapsulationKey1024", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey1024, error)"},
		manifest.go#L730: 		{"NewEncapsulationKey768", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey768, error)"},
		manifest.go#L735: 		{"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, password string, salt []byte, iter int, keyLength int) ([]byte, error)"},
		manifest.go#L738: 		{"Int", Func, 0, "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"},
		manifest.go#L739: 		{"Prime", Func, 0, "func(rand io.Reader, bits int) (*big.Int, error)"},
		manifest.go#L740: 		{"Read", Func, 0, "func(b []byte) (n int, err error)"},
		manifest.go#L742: 		{"Text", Func, 24, "func() string"},
		manifest.go#L750: 		{"NewCipher", Func, 0, "func(key []byte) (*Cipher, error)"},
		manifest.go#L767: 		{"DecryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"},
		manifest.go#L768: 		{"DecryptPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte) ([]byte, error)"},
		manifest.go#L769: 		{"DecryptPKCS1v15SessionKey", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte, key []byte) error"},
		manifest.go#L770: 		{"EncryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, pub *PublicKey, msg []byte, label []byte) ([]byte, error)"},
		manifest.go#L771: 		{"EncryptPKCS1v15", Func, 0, "func(random io.Reader, pub *PublicKey, msg []byte) ([]byte, error)"},
		manifest.go#L775: 		{"GenerateKey", Func, 0, "func(random io.Reader, bits int) (*PrivateKey, error)"},
		manifest.go#L776: 		{"GenerateMultiPrimeKey", Func, 0, "func(random io.Reader, nprimes int, bits int) (*PrivateKey, error)"},
		manifest.go#L801: 		{"SignPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"},
		manifest.go#L802: 		{"SignPSS", Func, 2, "func(rand io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error)"},
		manifest.go#L803: 		{"VerifyPKCS1v15", Func, 0, "func(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"},
		manifest.go#L804: 		{"VerifyPSS", Func, 2, "func(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error"},
		manifest.go#L808: 		{"New", Func, 0, "func() hash.Hash"},
		manifest.go#L810: 		{"Sum", Func, 2, "func(data []byte) [20]byte"},
		manifest.go#L814: 		{"New", Func, 0, "func() hash.Hash"},
		manifest.go#L815: 		{"New224", Func, 0, "func() hash.Hash"},
		manifest.go#L818: 		{"Sum224", Func, 2, "func(data []byte) [28]byte"},
		manifest.go#L819: 		{"Sum256", Func, 2, "func(data []byte) [32]byte"},
		manifest.go#L838: 		{"New224", Func, 24, "func() *SHA3"},
		manifest.go#L839: 		{"New256", Func, 24, "func() *SHA3"},
		manifest.go#L840: 		{"New384", Func, 24, "func() *SHA3"},
		manifest.go#L841: 		{"New512", Func, 24, "func() *SHA3"},
		manifest.go#L842: 		{"NewCSHAKE128", Func, 24, "func(N []byte, S []byte) *SHAKE"},
		manifest.go#L843: 		{"NewCSHAKE256", Func, 24, "func(N []byte, S []byte) *SHAKE"},
		manifest.go#L844: 		{"NewSHAKE128", Func, 24, "func() *SHAKE"},
		manifest.go#L845: 		{"NewSHAKE256", Func, 24, "func() *SHAKE"},
		manifest.go#L848: 		{"Sum224", Func, 24, "func(data []byte) [28]byte"},
		manifest.go#L849: 		{"Sum256", Func, 24, "func(data []byte) [32]byte"},
		manifest.go#L850: 		{"Sum384", Func, 24, "func(data []byte) [48]byte"},
		manifest.go#L851: 		{"Sum512", Func, 24, "func(data []byte) [64]byte"},
		manifest.go#L852: 		{"SumSHAKE128", Func, 24, "func(data []byte, length int) []byte"},
		manifest.go#L853: 		{"SumSHAKE256", Func, 24, "func(data []byte, length int) []byte"},
		manifest.go#L857: 		{"New", Func, 0, "func() hash.Hash"},
		manifest.go#L858: 		{"New384", Func, 0, "func() hash.Hash"},
		manifest.go#L859: 		{"New512_224", Func, 5, "func() hash.Hash"},
		manifest.go#L860: 		{"New512_256", Func, 5, "func() hash.Hash"},
		manifest.go#L865: 		{"Sum384", Func, 2, "func(data []byte) [48]byte"},
		manifest.go#L866: 		{"Sum512", Func, 2, "func(data []byte) [64]byte"},
		manifest.go#L867: 		{"Sum512_224", Func, 5, "func(data []byte) [28]byte"},
		manifest.go#L868: 		{"Sum512_256", Func, 5, "func(data []byte) [32]byte"},
		manifest.go#L871: 		{"ConstantTimeByteEq", Func, 0, "func(x uint8, y uint8) int"},
		manifest.go#L872: 		{"ConstantTimeCompare", Func, 0, "func(x []byte, y []byte) int"},
		manifest.go#L873: 		{"ConstantTimeCopy", Func, 0, "func(v int, x []byte, y []byte)"},
		manifest.go#L874: 		{"ConstantTimeEq", Func, 0, "func(x int32, y int32) int"},
		manifest.go#L875: 		{"ConstantTimeLessOrEq", Func, 2, "func(x int, y int) int"},
		manifest.go#L876: 		{"ConstantTimeSelect", Func, 0, "func(v int, x int, y int) int"},
		manifest.go#L877: 		{"WithDataIndependentTiming", Func, 24, "func(f func())"},
		manifest.go#L878: 		{"XORBytes", Func, 20, "func(dst []byte, x []byte, y []byte) int"},
		manifest.go#L947: 		{"CipherSuiteName", Func, 14, "func(id uint16) string"},
		manifest.go#L948: 		{"CipherSuites", Func, 14, "func() []*CipherSuite"},
		manifest.go#L949: 		{"Client", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
		manifest.go#L1016: 		{"Dial", Func, 0, "func(network string, addr string, config *Config) (*Conn, error)"},
		manifest.go#L1017: 		{"DialWithDialer", Func, 3, "func(dialer *net.Dialer, network string, addr string, config *Config) (*Conn, error)"},
		manifest.go#L1032: 		{"InsecureCipherSuites", Func, 14, "func() []*CipherSuite"},
		manifest.go#L1033: 		{"Listen", Func, 0, "func(network string, laddr string, config *Config) (net.Listener, error)"},
		manifest.go#L1034: 		{"LoadX509KeyPair", Func, 0, "func(certFile string, keyFile string) (Certificate, error)"},
		manifest.go#L1035: 		{"NewLRUClientSessionCache", Func, 3, "func(capacity int) ClientSessionCache"},
		manifest.go#L1036: 		{"NewListener", Func, 0, "func(inner net.Listener, config *Config) net.Listener"},
		manifest.go#L1037: 		{"NewResumptionState", Func, 21, "func(ticket []byte, state *SessionState) (*ClientSessionState, error)"},
		manifest.go#L1046: 		{"ParseSessionState", Func, 21, "func(data []byte) (*SessionState, error)"},
		manifest.go#L1047: 		{"QUICClient", Func, 21, "func(config *QUICConfig) *QUICConn"},
		manifest.go#L1068: 		{"QUICServer", Func, 21, "func(config *QUICConfig) *QUICConn"},
		manifest.go#L1089: 		{"Server", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
		manifest.go#L1123: 		{"VersionName", Func, 21, "func(version uint16) string"},
		manifest.go#L1131: 		{"X509KeyPair", Func, 0, "func(certPEMBlock []byte, keyPEMBlock []byte) (Certificate, error)"},
		manifest.go#L1247: 		{"CreateCertificate", Func, 0, "func(rand io.Reader, template *Certificate, parent *Certificate, pub any, priv any) ([]byte, error)"},
		manifest.go#L1248: 		{"CreateCertificateRequest", Func, 3, "func(rand io.Reader, template *CertificateRequest, priv any) (csr []byte, err error)"},
		manifest.go#L1249: 		{"CreateRevocationList", Func, 15, "func(rand io.Reader, template *RevocationList, issuer *Certificate, priv crypto.Signer) ([]byte, error)"},
		manifest.go#L1253: 		{"DecryptPEMBlock", Func, 1, "func(b *pem.Block, password []byte) ([]byte, error)"},
		manifest.go#L1260: 		{"EncryptPEMBlock", Func, 1, "func(rand io.Reader, blockType string, data []byte, password []byte, alg PEMCipher) (*pem.Block, error)"},
		manifest.go#L1285: 		{"IsEncryptedPEMBlock", Func, 1, "func(b *pem.Block) bool"},
		manifest.go#L1298: 		{"MarshalECPrivateKey", Func, 2, "func(key *ecdsa.PrivateKey) ([]byte, error)"},
		manifest.go#L1299: 		{"MarshalPKCS1PrivateKey", Func, 0, "func(key *rsa.PrivateKey) []byte"},
		manifest.go#L1300: 		{"MarshalPKCS1PublicKey", Func, 10, "func(key *rsa.PublicKey) []byte"},
		manifest.go#L1301: 		{"MarshalPKCS8PrivateKey", Func, 10, "func(key any) ([]byte, error)"},
		manifest.go#L1302: 		{"MarshalPKIXPublicKey", Func, 0, "func(pub any) ([]byte, error)"},
		manifest.go#L1305: 		{"NewCertPool", Func, 0, "func() *CertPool"},
		manifest.go#L1309: 		{"OIDFromInts", Func, 22, "func(oid []uint64) (OID, error)"},
		manifest.go#L1316: 		{"ParseCRL", Func, 0, "func(crlBytes []byte) (*pkix.CertificateList, error)"},
		manifest.go#L1317: 		{"ParseCertificate", Func, 0, "func(der []byte) (*Certificate, error)"},
		manifest.go#L1318: 		{"ParseCertificateRequest", Func, 3, "func(asn1Data []byte) (*CertificateRequest, error)"},
		manifest.go#L1319: 		{"ParseCertificates", Func, 0, "func(der []byte) ([]*Certificate, error)"},
		manifest.go#L1320: 		{"ParseDERCRL", Func, 0, "func(derBytes []byte) (*pkix.CertificateList, error)"},
		manifest.go#L1321: 		{"ParseECPrivateKey", Func, 1, "func(der []byte) (*ecdsa.PrivateKey, error)"},
		manifest.go#L1322: 		{"ParseOID", Func, 23, "func(oid string) (OID, error)"},
		manifest.go#L1323: 		{"ParsePKCS1PrivateKey", Func, 0, "func(der []byte) (*rsa.PrivateKey, error)"},
		manifest.go#L1324: 		{"ParsePKCS1PublicKey", Func, 10, "func(der []byte) (*rsa.PublicKey, error)"},
		manifest.go#L1325: 		{"ParsePKCS8PrivateKey", Func, 0, "func(der []byte) (key any, err error)"},
		manifest.go#L1326: 		{"ParsePKIXPublicKey", Func, 0, "func(derBytes []byte) (pub any, err error)"},
		manifest.go#L1327: 		{"ParseRevocationList", Func, 19, "func(der []byte) (*RevocationList, error)"},
		manifest.go#L1363: 		{"SetFallbackRoots", Func, 20, "func(roots *CertPool)"},
		manifest.go#L1365: 		{"SystemCertPool", Func, 7, "func() (*CertPool, error)"},
		manifest.go#L1531: 		{"Drivers", Func, 4, "func() []string"},
		manifest.go#L1544: 		{"Named", Func, 8, "func(name string, value any) NamedArg"},
		manifest.go#L1575: 		{"Open", Func, 0, "func(driverName string, dataSourceName string) (*DB, error)"},
		manifest.go#L1576: 		{"OpenDB", Func, 10, "func(c driver.Connector) *DB"},
		manifest.go#L1581: 		{"Register", Func, 0, "func(name string, driver driver.Driver)"},
		manifest.go#L1612: 		{"IsScanValue", Func, 0, "func(v any) bool"},
		manifest.go#L1613: 		{"IsValue", Func, 0, "func(v any) bool"},
		manifest.go#L1653: 		{"Read", Func, 18, "func(r io.ReaderAt) (*BuildInfo, error)"},
		manifest.go#L1654: 		{"ReadFile", Func, 18, "func(name string) (info *BuildInfo, err error)"},
		manifest.go#L1972: 		{"New", Func, 0, "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*Data, error)"},
		manifest.go#L2657: 		{"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
		manifest.go#L2659: 		{"Open", Func, 0, "func(name string) (*File, error)"},
		manifest.go#L3142: 		{"R_INFO", Func, 0, "func(sym uint32, typ uint32) uint64"},
		manifest.go#L3143: 		{"R_INFO32", Func, 0, "func(sym uint32, typ uint32) uint32"},
		manifest.go#L3645: 		{"R_SYM32", Func, 0, "func(info uint32) uint32"},
		manifest.go#L3646: 		{"R_SYM64", Func, 0, "func(info uint64) uint32"},
		manifest.go#L3647: 		{"R_TYPE32", Func, 0, "func(info uint32) uint32"},
		manifest.go#L3648: 		{"R_TYPE64", Func, 0, "func(info uint64) uint32"},
		manifest.go#L3786: 		{"ST_BIND", Func, 0, "func(info uint8) SymBind"},
		manifest.go#L3787: 		{"ST_INFO", Func, 0, "func(bind SymBind, typ SymType) uint8"},
		manifest.go#L3788: 		{"ST_TYPE", Func, 0, "func(info uint8) SymType"},
		manifest.go#L3789: 		{"ST_VISIBILITY", Func, 0, "func(other uint8) SymVis"},
		manifest.go#L3901: 		{"NewLineTable", Func, 0, "func(data []byte, text uint64) *LineTable"},
		manifest.go#L3902: 		{"NewTable", Func, 0, "func(symtab []byte, pcln *LineTable) (*Table, error)"},
		manifest.go#L4105: 		{"NewFatFile", Func, 3, "func(r io.ReaderAt) (*FatFile, error)"},
		manifest.go#L4106: 		{"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
		manifest.go#L4119: 		{"Open", Func, 0, "func(name string) (*File, error)"},
		manifest.go#L4120: 		{"OpenFat", Func, 3, "func(name string) (*FatFile, error)"},
		manifest.go#L4445: 		{"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
		manifest.go#L4446: 		{"Open", Func, 0, "func(name string) (*File, error)"},
		manifest.go#L4570: 		{"NewFile", Func, 3, "func(r io.ReaderAt) (*File, error)"},
		manifest.go#L4571: 		{"Open", Func, 3, "func(name string) (*File, error)"},
		manifest.go#L4601: 		{"Decode", Func, 0, "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"},
		manifest.go#L4602: 		{"Encode", Func, 0, "func(dst []byte, src []byte) int"},
		manifest.go#L4603: 		{"MaxEncodedLen", Func, 0, "func(n int) int"},
		manifest.go#L4604: 		{"NewDecoder", Func, 0, "func(r io.Reader) io.Reader"},
		manifest.go#L4605: 		{"NewEncoder", Func, 0, "func(w io.Writer) io.WriteCloser"},
		manifest.go#L4623: 		{"Marshal", Func, 0, "func(val any) ([]byte, error)"},
		manifest.go#L4624: 		{"MarshalWithParams", Func, 10, "func(val any, params string) ([]byte, error)"},
		manifest.go#L4657: 		{"Unmarshal", Func, 0, "func(b []byte, val any) (rest []byte, err error)"},
		manifest.go#L4658: 		{"UnmarshalWithParams", Func, 0, "func(b []byte, val any, params string) (rest []byte, err error)"},
		manifest.go#L4674: 		{"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
		manifest.go#L4675: 		{"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
		manifest.go#L4676: 		{"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
		manifest.go#L4695: 		{"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
		manifest.go#L4696: 		{"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
		manifest.go#L4697: 		{"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
		manifest.go#L4706: 		{"Append", Func, 23, "func(buf []byte, order ByteOrder, data any) ([]byte, error)"},
		manifest.go#L4708: 		{"AppendUvarint", Func, 19, "func(buf []byte, x uint64) []byte"},
		manifest.go#L4709: 		{"AppendVarint", Func, 19, "func(buf []byte, x int64) []byte"},
		manifest.go#L4712: 		{"Decode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
		manifest.go#L4713: 		{"Encode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
		manifest.go#L4719: 		{"PutUvarint", Func, 0, "func(buf []byte, x uint64) int"},
		manifest.go#L4720: 		{"PutVarint", Func, 0, "func(buf []byte, x int64) int"},
		manifest.go#L4721: 		{"Read", Func, 0, "func(r io.Reader, order ByteOrder, data any) error"},
		manifest.go#L4722: 		{"ReadUvarint", Func, 0, "func(r io.ByteReader) (uint64, error)"},
		manifest.go#L4723: 		{"ReadVarint", Func, 0, "func(r io.ByteReader) (int64, error)"},
		manifest.go#L4724: 		{"Size", Func, 0, "func(v any) int"},
		manifest.go#L4725: 		{"Uvarint", Func, 0, "func(buf []byte) (uint64, int)"},
		manifest.go#L4726: 		{"Varint", Func, 0, "func(buf []byte) (int64, int)"},
		manifest.go#L4727: 		{"Write", Func, 0, "func(w io.Writer, order ByteOrder, data any) error"},
		manifest.go#L4744: 		{"NewReader", Func, 0, "func(r io.Reader) *Reader"},
		manifest.go#L4745: 		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
		manifest.go#L4775: 		{"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
		manifest.go#L4776: 		{"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
		manifest.go#L4777: 		{"Register", Func, 0, "func(value any)"},
		manifest.go#L4778: 		{"RegisterName", Func, 0, "func(name string, value any)"},
		manifest.go#L4782: 		{"AppendDecode", Func, 22, "func(dst []byte, src []byte) ([]byte, error)"},
		manifest.go#L4783: 		{"AppendEncode", Func, 22, "func(dst []byte, src []byte) []byte"},
		manifest.go#L4784: 		{"Decode", Func, 0, "func(dst []byte, src []byte) (int, error)"},
		manifest.go#L4785: 		{"DecodeString", Func, 0, "func(s string) ([]byte, error)"},
		manifest.go#L4786: 		{"DecodedLen", Func, 0, "func(x int) int"},
		manifest.go#L4787: 		{"Dump", Func, 0, "func(data []byte) string"},
		manifest.go#L4788: 		{"Dumper", Func, 0, "func(w io.Writer) io.WriteCloser"},
		manifest.go#L4789: 		{"Encode", Func, 0, "func(dst []byte, src []byte) int"},
		manifest.go#L4790: 		{"EncodeToString", Func, 0, "func(src []byte) string"},
		manifest.go#L4791: 		{"EncodedLen", Func, 0, "func(n int) int"},
		manifest.go#L4794: 		{"NewDecoder", Func, 10, "func(r io.Reader) io.Reader"},
		manifest.go#L4795: 		{"NewEncoder", Func, 10, "func(w io.Writer) io.Writer"},
		manifest.go#L4824: 		{"Compact", Func, 0, "func(dst *bytes.Buffer, src []byte) error"},
		manifest.go#L4828: 		{"HTMLEscape", Func, 0, "func(dst *bytes.Buffer, src []byte)"},
		manifest.go#L4829: 		{"Indent", Func, 0, "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"},
		manifest.go#L4834: 		{"Marshal", Func, 0, "func(v any) ([]byte, error)"},
		manifest.go#L4835: 		{"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
		manifest.go#L4840: 		{"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
		manifest.go#L4841: 		{"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
		manifest.go#L4847: 		{"Unmarshal", Func, 0, "func(data []byte, v any) error"},
		manifest.go#L4864: 		{"Valid", Func, 9, "func(data []byte) bool"},
		manifest.go#L4871: 		{"Decode", Func, 0, "func(data []byte) (p *Block, rest []byte)"},
		manifest.go#L4872: 		{"Encode", Func, 0, "func(out io.Writer, b *Block) error"},
		manifest.go#L4873: 		{"EncodeToMemory", Func, 0, "func(b *Block) []byte"},
		manifest.go#L4904: 		{"CopyToken", Func, 0, "func(t Token) Token"},
		manifest.go#L4915: 		{"Escape", Func, 0, "func(w io.Writer, s []byte)"},
		manifest.go#L4916: 		{"EscapeText", Func, 1, "func(w io.Writer, s []byte) error"},
		manifest.go#L4920: 		{"Marshal", Func, 0, "func(v any) ([]byte, error)"},
		manifest.go#L4921: 		{"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
		manifest.go#L4927: 		{"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
		manifest.go#L4928: 		{"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
		manifest.go#L4929: 		{"NewTokenDecoder", Func, 10, "func(t TokenReader) *Decoder"},
		manifest.go#L4947: 		{"Unmarshal", Func, 0, "func(data []byte, v any) error"},
		manifest.go#L4955: 		{"As", Func, 13, "func(err error, target any) bool"},
		manifest.go#L4957: 		{"Is", Func, 13, "func(err error, target error) bool"},
		manifest.go#L4958: 		{"Join", Func, 20, "func(errs ...error) error"},
		manifest.go#L4959: 		{"New", Func, 0, "func(text string) error"},
		manifest.go#L4960: 		{"Unwrap", Func, 13, "func(err error) error"},
		manifest.go#L4984: 		{"Do", Func, 0, "func(f func(KeyValue))"},
		manifest.go#L4987: 		{"Get", Func, 0, "func(name string) Var"},
		manifest.go#L4988: 		{"Handler", Func, 8, "func() http.Handler"},
		manifest.go#L4994: 		{"NewFloat", Func, 0, "func(name string) *Float"},
		manifest.go#L4995: 		{"NewInt", Func, 0, "func(name string) *Int"},
		manifest.go#L4996: 		{"NewMap", Func, 0, "func(name string) *Map"},
		manifest.go#L4997: 		{"NewString", Func, 0, "func(name string) *String"},
		manifest.go#L4998: 		{"Publish", Func, 0, "func(name string, v Var)"},
		manifest.go#L5039: 		{"Arg", Func, 0, "func(i int) string"},
		manifest.go#L5040: 		{"Args", Func, 0, "func() []string"},
		manifest.go#L5041: 		{"Bool", Func, 0, "func(name string, value bool, usage string) *bool"},
		manifest.go#L5042: 		{"BoolFunc", Func, 21, "func(name string, usage string, fn func(string) error)"},
		manifest.go#L5043: 		{"BoolVar", Func, 0, "func(p *bool, name string, value bool, usage string)"},
		manifest.go#L5046: 		{"Duration", Func, 0, "func(name string, value time.Duration, usage string) *time.Duration"},
		manifest.go#L5047: 		{"DurationVar", Func, 0, "func(p *time.Duration, name string, value time.Duration, usage string)"},
		manifest.go#L5058: 		{"Float64", Func, 0, "func(name string, value float64, usage string) *float64"},
		manifest.go#L5059: 		{"Float64Var", Func, 0, "func(p *float64, name string, value float64, usage string)"},
		manifest.go#L5060: 		{"Func", Func, 16, "func(name string, usage string, fn func(string) error)"},
		manifest.go#L5062: 		{"Int", Func, 0, "func(name string, value int, usage string) *int"},
		manifest.go#L5063: 		{"Int64", Func, 0, "func(name string, value int64, usage string) *int64"},
		manifest.go#L5064: 		{"Int64Var", Func, 0, "func(p *int64, name string, value int64, usage string)"},
		manifest.go#L5065: 		{"IntVar", Func, 0, "func(p *int, name string, value int, usage string)"},
		manifest.go#L5066: 		{"Lookup", Func, 0, "func(name string) *Flag"},
		manifest.go#L5067: 		{"NArg", Func, 0, "func() int"},
		manifest.go#L5068: 		{"NFlag", Func, 0, "func() int"},
		manifest.go#L5069: 		{"NewFlagSet", Func, 0, "func(name string, errorHandling ErrorHandling) *FlagSet"},
		manifest.go#L5071: 		{"Parse", Func, 0, "func()"},
		manifest.go#L5072: 		{"Parsed", Func, 0, "func() bool"},
		manifest.go#L5073: 		{"PrintDefaults", Func, 0, "func()"},
		manifest.go#L5074: 		{"Set", Func, 0, "func(name string, value string) error"},
		manifest.go#L5075: 		{"String", Func, 0, "func(name string, value string, usage string) *string"},
		manifest.go#L5076: 		{"StringVar", Func, 0, "func(p *string, name string, value string, usage string)"},
		manifest.go#L5077: 		{"TextVar", Func, 19, "func(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string)"},
		manifest.go#L5078: 		{"Uint", Func, 0, "func(name string, value uint, usage string) *uint"},
		manifest.go#L5079: 		{"Uint64", Func, 0, "func(name string, value uint64, usage string) *uint64"},
		manifest.go#L5080: 		{"Uint64Var", Func, 0, "func(p *uint64, name string, value uint64, usage string)"},
		manifest.go#L5081: 		{"UintVar", Func, 0, "func(p *uint, name string, value uint, usage string)"},
		manifest.go#L5082: 		{"UnquoteUsage", Func, 5, "func(flag *Flag) (name string, usage string)"},
		manifest.go#L5085: 		{"Var", Func, 0, "func(value Value, name string, usage string)"},
		manifest.go#L5086: 		{"Visit", Func, 0, "func(fn func(*Flag))"},
		manifest.go#L5087: 		{"VisitAll", Func, 0, "func(fn func(*Flag))"},
		manifest.go#L5090: 		{"Append", Func, 19, "func(b []byte, a ...any) []byte"},
		manifest.go#L5091: 		{"Appendf", Func, 19, "func(b []byte, format string, a ...any) []byte"},
		manifest.go#L5092: 		{"Appendln", Func, 19, "func(b []byte, a ...any) []byte"},
		manifest.go#L5093: 		{"Errorf", Func, 0, "func(format string, a ...any) error"},
		manifest.go#L5094: 		{"FormatString", Func, 20, "func(state State, verb rune) string"},
		manifest.go#L5096: 		{"Fprint", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
		manifest.go#L5097: 		{"Fprintf", Func, 0, "func(w io.Writer, format string, a ...any) (n int, err error)"},
		manifest.go#L5098: 		{"Fprintln", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
		manifest.go#L5099: 		{"Fscan", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
		manifest.go#L5100: 		{"Fscanf", Func, 0, "func(r io.Reader, format string, a ...any) (n int, err error)"},
		manifest.go#L5101: 		{"Fscanln", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
		manifest.go#L5103: 		{"Print", Func, 0, "func(a ...any) (n int, err error)"},
		manifest.go#L5104: 		{"Printf", Func, 0, "func(format string, a ...any) (n int, err error)"},
		manifest.go#L5105: 		{"Println", Func, 0, "func(a ...any) (n int, err error)"},
		manifest.go#L5106: 		{"Scan", Func, 0, "func(a ...any) (n int, err error)"},
		manifest.go#L5108: 		{"Scanf", Func, 0, "func(format string, a ...any) (n int, err error)"},
		manifest.go#L5109: 		{"Scanln", Func, 0, "func(a ...any) (n int, err error)"},
		manifest.go#L5111: 		{"Sprint", Func, 0, "func(a ...any) string"},
		manifest.go#L5112: 		{"Sprintf", Func, 0, "func(format string, a ...any) string"},
		manifest.go#L5113: 		{"Sprintln", Func, 0, "func(a ...any) string"},
		manifest.go#L5114: 		{"Sscan", Func, 0, "func(str string, a ...any) (n int, err error)"},
		manifest.go#L5115: 		{"Sscanf", Func, 0, "func(str string, format string, a ...any) (n int, err error)"},
		manifest.go#L5116: 		{"Sscanln", Func, 0, "func(str string, a ...any) (n int, err error)"},
		manifest.go#L5355: 		{"FileExports", Func, 0, "func(src *File) bool"},
		manifest.go#L5357: 		{"FilterDecl", Func, 0, "func(decl Decl, f Filter) bool"},
		manifest.go#L5358: 		{"FilterFile", Func, 0, "func(src *File, f Filter) bool"},
		manifest.go#L5361: 		{"FilterPackage", Func, 0, "func(pkg *Package, f Filter) bool"},
		manifest.go#L5369: 		{"Fprint", Func, 0, "func(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error"},
		manifest.go#L5426: 		{"Inspect", Func, 0, "func(node Node, f func(Node) bool)"},
		manifest.go#L5431: 		{"IsExported", Func, 0, "func(name string) bool"},
		manifest.go#L5432: 		{"IsGenerated", Func, 21, "func(file *File) bool"},
		manifest.go#L5447: 		{"MergePackageFiles", Func, 0, "func(pkg *Package, mode MergeMode) *File"},
		manifest.go#L5448: 		{"NewCommentMap", Func, 1, "func(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap"},
		manifest.go#L5449: 		{"NewIdent", Func, 0, "func(name string) *Ident"},
		manifest.go#L5450: 		{"NewObj", Func, 0, "func(kind ObjKind, name string) *Object"},
		manifest.go#L5451: 		{"NewPackage", Func, 0, "func(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error)"},
		manifest.go#L5452: 		{"NewScope", Func, 0, "func(outer *Scope) *Scope"},
		manifest.go#L5454: 		{"NotNilFilter", Func, 0, "func(_ string, v reflect.Value) bool"},
		manifest.go#L5467: 		{"PackageExports", Func, 0, "func(pkg *Package) bool"},
		manifest.go#L5473: 		{"Preorder", Func, 23, "func(root Node) iter.Seq[Node]"},
		manifest.go#L5474: 		{"PreorderStack", Func, 25, "func(root Node, stack []Node, f func(n Node, stack []Node) bool)"},
		manifest.go#L5475: 		{"Print", Func, 0, "func(fset *token.FileSet, x any) error"},
		manifest.go#L5511: 		{"SortImports", Func, 0, "func(fset *token.FileSet, f *File)"},
		manifest.go#L5548: 		{"Unparen", Func, 22, "func(e Expr) Expr"},
		manifest.go#L5557: 		{"Walk", Func, 0, "func(v Visitor, node Node)"},
		manifest.go#L5568: 		{"ArchChar", Func, 0, "func(goarch string) (string, error)"},
		manifest.go#L5595: 		{"Import", Func, 0, "func(path string, srcDir string, mode ImportMode) (*Package, error)"},
		manifest.go#L5597: 		{"ImportDir", Func, 0, "func(dir string, mode ImportMode) (*Package, error)"},
		manifest.go#L5599: 		{"IsLocalImport", Func, 0, "func(path string) bool"},
		manifest.go#L5675: 		{"GoVersion", Func, 21, "func(x Expr) string"},
		manifest.go#L5676: 		{"IsGoBuild", Func, 16, "func(line string) bool"},
		manifest.go#L5677: 		{"IsPlusBuild", Func, 16, "func(line string) bool"},
		manifest.go#L5683: 		{"Parse", Func, 16, "func(line string) (Expr, error)"},
		manifest.go#L5684: 		{"PlusBuildLines", Func, 16, "func(x Expr) ([]string, error)"},
		manifest.go#L5693: 		{"BinaryOp", Func, 5, "func(x_ Value, op token.Token, y_ Value) Value"},
		manifest.go#L5694: 		{"BitLen", Func, 5, "func(x Value) int"},
		manifest.go#L5696: 		{"BoolVal", Func, 5, "func(x Value) bool"},
		manifest.go#L5697: 		{"Bytes", Func, 5, "func(x Value) []byte"},
		manifest.go#L5698: 		{"Compare", Func, 5, "func(x_ Value, op token.Token, y_ Value) bool"},
		manifest.go#L5700: 		{"Denom", Func, 5, "func(x Value) Value"},
		manifest.go#L5702: 		{"Float32Val", Func, 5, "func(x Value) (float32, bool)"},
		manifest.go#L5703: 		{"Float64Val", Func, 5, "func(x Value) (float64, bool)"},
		manifest.go#L5704: 		{"Imag", Func, 5, "func(x Value) Value"},
		manifest.go#L5706: 		{"Int64Val", Func, 5, "func(x Value) (int64, bool)"},
		manifest.go#L5708: 		{"Make", Func, 13, "func(x any) Value"},
		manifest.go#L5709: 		{"MakeBool", Func, 5, "func(b bool) Value"},
		manifest.go#L5710: 		{"MakeFloat64", Func, 5, "func(x float64) Value"},
		manifest.go#L5711: 		{"MakeFromBytes", Func, 5, "func(bytes []byte) Value"},
		manifest.go#L5712: 		{"MakeFromLiteral", Func, 5, "func(lit string, tok token.Token, zero uint) Value"},
		manifest.go#L5713: 		{"MakeImag", Func, 5, "func(x Value) Value"},
		manifest.go#L5714: 		{"MakeInt64", Func, 5, "func(x int64) Value"},
		manifest.go#L5715: 		{"MakeString", Func, 5, "func(s string) Value"},
		manifest.go#L5716: 		{"MakeUint64", Func, 5, "func(x uint64) Value"},
		manifest.go#L5717: 		{"MakeUnknown", Func, 5, "func() Value"},
		manifest.go#L5718: 		{"Num", Func, 5, "func(x Value) Value"},
		manifest.go#L5719: 		{"Real", Func, 5, "func(x Value) Value"},
		manifest.go#L5720: 		{"Shift", Func, 5, "func(x Value, op token.Token, s uint) Value"},
		manifest.go#L5721: 		{"Sign", Func, 5, "func(x Value) int"},
		manifest.go#L5723: 		{"StringVal", Func, 5, "func(x Value) string"},
		manifest.go#L5724: 		{"ToComplex", Func, 6, "func(x Value) Value"},
		manifest.go#L5725: 		{"ToFloat", Func, 6, "func(x Value) Value"},
		manifest.go#L5726: 		{"ToInt", Func, 6, "func(x Value) Value"},
		manifest.go#L5727: 		{"Uint64Val", Func, 5, "func(x Value) (uint64, bool)"},
		manifest.go#L5728: 		{"UnaryOp", Func, 5, "func(op token.Token, y Value, prec uint) Value"},
		manifest.go#L5730: 		{"Val", Func, 13, "func(x Value) any"},
		manifest.go#L5754: 		{"Examples", Func, 0, "func(testFiles ...*ast.File) []*Example"},
		manifest.go#L5765: 		{"IsPredeclared", Func, 8, "func(s string) bool"},
		manifest.go#L5767: 		{"New", Func, 0, "func(pkg *ast.Package, importPath string, mode Mode) *Package"},
		manifest.go#L5768: 		{"NewFromFiles", Func, 14, "func(fset *token.FileSet, files []*ast.File, importPath string, opts ...any) (*Package, error)"},
		manifest.go#L5788: 		{"Synopsis", Func, 0, "func(text string) string"},
		manifest.go#L5789: 		{"ToHTML", Func, 0, "func(w io.Writer, text string, words map[string]string)"},
		manifest.go#L5790: 		{"ToText", Func, 0, "func(w io.Writer, text string, prefix string, codePrefix string, width int)"},
		manifest.go#L5818: 		{"DefaultLookupPackage", Func, 19, "func(name string) (importPath string, ok bool)"},
		manifest.go#L5863: 		{"Node", Func, 1, "func(dst io.Writer, fset *token.FileSet, node any) error"},
		manifest.go#L5864: 		{"Source", Func, 1, "func(src []byte) ([]byte, error)"},
		manifest.go#L5867: 		{"Default", Func, 5, "func() types.Importer"},
		manifest.go#L5868: 		{"For", Func, 5, "func(compiler string, lookup Lookup) types.Importer"},
		manifest.go#L5869: 		{"ForCompiler", Func, 12, "func(fset *token.FileSet, compiler string, lookup Lookup) types.Importer"},
		manifest.go#L5879: 		{"ParseDir", Func, 0, "func(fset *token.FileSet, path string, filter func(fs.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error)"},
		manifest.go#L5880: 		{"ParseExpr", Func, 0, "func(x string) (ast.Expr, error)"},
		manifest.go#L5881: 		{"ParseExprFrom", Func, 5, "func(fset *token.FileSet, filename string, src any, mode Mode) (expr ast.Expr, err error)"},
		manifest.go#L5882: 		{"ParseFile", Func, 0, "func(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error)"},
		manifest.go#L5896: 		{"Fprint", Func, 0, "func(output io.Writer, fset *token.FileSet, node any) error"},
		manifest.go#L5922: 		{"PrintError", Func, 0, "func(w io.Writer, err error)"},
		manifest.go#L6007: 		{"IsExported", Func, 13, "func(name string) bool"},
		manifest.go#L6008: 		{"IsIdentifier", Func, 13, "func(name string) bool"},
		manifest.go#L6009: 		{"IsKeyword", Func, 13, "func(name string) bool"},
		manifest.go#L6017: 		{"Lookup", Func, 0, "func(ident string) Token"},
		manifest.go#L6024: 		{"NewFileSet", Func, 0, "func() *FileSet"},
		manifest.go#L6308: 		{"AssertableTo", Func, 5, "func(V *Interface, T Type) bool"},
		manifest.go#L6309: 		{"AssignableTo", Func, 5, "func(V Type, T Type) bool"},
		manifest.go#L6318: 		{"CheckExpr", Func, 13, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr ast.Expr, info *Info) (err error)"},
		manifest.go#L6321: 		{"Comparable", Func, 5, "func(T Type) bool"},
		manifest.go#L6335: 		{"ConvertibleTo", Func, 5, "func(V Type, T Type) bool"},
		manifest.go#L6336: 		{"DefPredeclaredTestFuncs", Func, 5, "func()"},
		manifest.go#L6337: 		{"Default", Func, 8, "func(t Type) Type"},
		manifest.go#L6343: 		{"Eval", Func, 5, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (_ TypeAndValue, err error)"},
		manifest.go#L6344: 		{"ExprString", Func, 5, "func(x ast.Expr) string"},
		manifest.go#L6350: 		{"Id", Func, 5, "func(pkg *Package, name string) string"},
		manifest.go#L6351: 		{"Identical", Func, 5, "func(x Type, y Type) bool"},
		manifest.go#L6352: 		{"IdenticalIgnoreTags", Func, 8, "func(x Type, y Type) bool"},
		manifest.go#L6353: 		{"Implements", Func, 5, "func(V Type, T *Interface) bool"},
		manifest.go#L6373: 		{"Instantiate", Func, 18, "func(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error)"},
		manifest.go#L6386: 		{"IsInterface", Func, 5, "func(t Type) bool"},
		manifest.go#L6394: 		{"LookupFieldOrMethod", Func, 5, "func(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool)"},
		manifest.go#L6395: 		{"LookupSelection", Func, 25, "func(T Type, addressable bool, pkg *Package, name string) (Selection, bool)"},
		manifest.go#L6400: 		{"MissingMethod", Func, 5, "func(V Type, T *Interface, static bool) (method *Func, wrongType bool)"},
		manifest.go#L6402: 		{"NewAlias", Func, 22, "func(obj *TypeName, rhs Type) *Alias"},
		manifest.go#L6403: 		{"NewArray", Func, 5, "func(elem Type, len int64) *Array"},
		manifest.go#L6404: 		{"NewChan", Func, 5, "func(dir ChanDir, elem Type) *Chan"},
		manifest.go#L6405: 		{"NewChecker", Func, 5, "func(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker"},
		manifest.go#L6406: 		{"NewConst", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const"},
		manifest.go#L6407: 		{"NewContext", Func, 18, "func() *Context"},
		manifest.go#L6408: 		{"NewField", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, embedded bool) *Var"},
		manifest.go#L6409: 		{"NewFunc", Func, 5, "func(pos token.Pos, pkg *Package, name string, sig *Signature) *Func"},
		manifest.go#L6410: 		{"NewInterface", Func, 5, "func(methods []*Func, embeddeds []*Named) *Interface"},
		manifest.go#L6411: 		{"NewInterfaceType", Func, 11, "func(methods []*Func, embeddeds []Type) *Interface"},
		manifest.go#L6412: 		{"NewLabel", Func, 5, "func(pos token.Pos, pkg *Package, name string) *Label"},
		manifest.go#L6413: 		{"NewMap", Func, 5, "func(key Type, elem Type) *Map"},
		manifest.go#L6414: 		{"NewMethodSet", Func, 5, "func(T Type) *MethodSet"},
		manifest.go#L6415: 		{"NewNamed", Func, 5, "func(obj *TypeName, underlying Type, methods []*Func) *Named"},
		manifest.go#L6416: 		{"NewPackage", Func, 5, "func(path string, name string) *Package"},
		manifest.go#L6417: 		{"NewParam", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
		manifest.go#L6418: 		{"NewPkgName", Func, 5, "func(pos token.Pos, pkg *Package, name string, imported *Package) *PkgName"},
		manifest.go#L6419: 		{"NewPointer", Func, 5, "func(elem Type) *Pointer"},
		manifest.go#L6420: 		{"NewScope", Func, 5, "func(parent *Scope, pos token.Pos, end token.Pos, comment string) *Scope"},
		manifest.go#L6421: 		{"NewSignature", Func, 5, "func(recv *Var, params *Tuple, results *Tuple, variadic bool) *Signature"},
		manifest.go#L6422: 		{"NewSignatureType", Func, 18, "func(recv *Var, recvTypeParams []*TypeParam, typeParams []*TypeParam, params *Tuple, results *Tuple, variadic bool) *Signature"},
		manifest.go#L6423: 		{"NewSlice", Func, 5, "func(elem Type) *Slice"},
		manifest.go#L6424: 		{"NewStruct", Func, 5, "func(fields []*Var, tags []string) *Struct"},
		manifest.go#L6425: 		{"NewTerm", Func, 18, "func(tilde bool, typ Type) *Term"},
		manifest.go#L6426: 		{"NewTuple", Func, 5, "func(x ...*Var) *Tuple"},
		manifest.go#L6427: 		{"NewTypeName", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *TypeName"},
		manifest.go#L6428: 		{"NewTypeParam", Func, 18, "func(obj *TypeName, constraint Type) *TypeParam"},
		manifest.go#L6429: 		{"NewUnion", Func, 18, "func(terms []*Term) *Union"},
		manifest.go#L6430: 		{"NewVar", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
		manifest.go#L6433: 		{"ObjectString", Func, 5, "func(obj Object, qf Qualifier) string"},
		manifest.go#L6442: 		{"RelativeTo", Func, 5, "func(pkg *Package) Qualifier"},
		manifest.go#L6445: 		{"Satisfies", Func, 20, "func(V Type, T *Interface) bool"},
		manifest.go#L6449: 		{"SelectionString", Func, 5, "func(s *Selection, qf Qualifier) string"},
		manifest.go#L6454: 		{"SizesFor", Func, 9, "func(compiler string, arch string) Sizes"},
		manifest.go#L6472: 		{"TypeString", Func, 5, "func(typ Type, qf Qualifier) string"},
		manifest.go#L6479: 		{"Unalias", Func, 22, "func(t Type) Type"},
		manifest.go#L6493: 		{"WriteExpr", Func, 5, "func(buf *bytes.Buffer, x ast.Expr)"},
		manifest.go#L6494: 		{"WriteSignature", Func, 5, "func(buf *bytes.Buffer, sig *Signature, qf Qualifier)"},
		manifest.go#L6495: 		{"WriteType", Func, 5, "func(buf *bytes.Buffer, typ Type, qf Qualifier)"},
		manifest.go#L6498: 		{"Compare", Func, 22, "func(x string, y string) int"},
		manifest.go#L6499: 		{"IsValid", Func, 22, "func(x string) bool"},
		manifest.go#L6500: 		{"Lang", Func, 22, "func(x string) string"},
		manifest.go#L6510: 		{"Checksum", Func, 0, "func(data []byte) uint32"},
		manifest.go#L6511: 		{"New", Func, 0, "func() hash.Hash32"},
		manifest.go#L6516: 		{"Checksum", Func, 0, "func(data []byte, tab *Table) uint32"},
		manifest.go#L6517: 		{"ChecksumIEEE", Func, 0, "func(data []byte) uint32"},
		manifest.go#L6521: 		{"MakeTable", Func, 0, "func(poly uint32) *Table"},
		manifest.go#L6522: 		{"New", Func, 0, "func(tab *Table) hash.Hash32"},
		manifest.go#L6523: 		{"NewIEEE", Func, 0, "func() hash.Hash32"},
		manifest.go#L6526: 		{"Update", Func, 0, "func(crc uint32, tab *Table, p []byte) uint32"},
		manifest.go#L6529: 		{"Checksum", Func, 0, "func(data []byte, tab *Table) uint64"},
		manifest.go#L6532: 		{"MakeTable", Func, 0, "func(poly uint64) *Table"},
		manifest.go#L6533: 		{"New", Func, 0, "func(tab *Table) hash.Hash64"},
		manifest.go#L6536: 		{"Update", Func, 0, "func(crc uint64, tab *Table, p []byte) uint64"},
		manifest.go#L6539: 		{"New128", Func, 9, "func() hash.Hash"},
		manifest.go#L6540: 		{"New128a", Func, 9, "func() hash.Hash"},
		manifest.go#L6541: 		{"New32", Func, 0, "func() hash.Hash32"},
		manifest.go#L6542: 		{"New32a", Func, 0, "func() hash.Hash32"},
		manifest.go#L6543: 		{"New64", Func, 0, "func() hash.Hash64"},
		manifest.go#L6544: 		{"New64a", Func, 0, "func() hash.Hash64"},
		manifest.go#L6558: 		{"Bytes", Func, 19, "func(seed Seed, b []byte) uint64"},
		manifest.go#L6559: 		{"Comparable", Func, 24, "func[T comparable](seed Seed, v T) uint64"},
		manifest.go#L6561: 		{"MakeSeed", Func, 14, "func() Seed"},
		manifest.go#L6563: 		{"String", Func, 19, "func(seed Seed, s string) uint64"},
		manifest.go#L6564: 		{"WriteComparable", Func, 24, "func[T comparable](h *Hash, x T)"},
		manifest.go#L6567: 		{"EscapeString", Func, 0, "func(s string) string"},
		manifest.go#L6568: 		{"UnescapeString", Func, 0, "func(s string) string"},
		manifest.go#L6611: 		{"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
		manifest.go#L6612: 		{"HTMLEscapeString", Func, 0, "func(s string) string"},
		manifest.go#L6613: 		{"HTMLEscaper", Func, 0, "func(args ...any) string"},
		manifest.go#L6614: 		{"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
		manifest.go#L6616: 		{"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
		manifest.go#L6617: 		{"JSEscapeString", Func, 0, "func(s string) string"},
		manifest.go#L6618: 		{"JSEscaper", Func, 0, "func(args ...any) string"},
		manifest.go#L6620: 		{"Must", Func, 0, "func(t *Template, err error) *Template"},
		manifest.go#L6621: 		{"New", Func, 0, "func(name string) *Template"},
		manifest.go#L6623: 		{"ParseFS", Func, 16, "func(fs fs.FS, patterns ...string) (*Template, error)"},
		manifest.go#L6624: 		{"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
		manifest.go#L6625: 		{"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
		manifest.go#L6630: 		{"URLQueryEscaper", Func, 0, "func(args ...any) string"},
		manifest.go#L6812: 		{"Decode", Func, 0, "func(r io.Reader) (Image, string, error)"},
		manifest.go#L6813: 		{"DecodeConfig", Func, 0, "func(r io.Reader) (Config, string, error)"},
		manifest.go#L6836: 		{"NewAlpha", Func, 0, "func(r Rectangle) *Alpha"},
		manifest.go#L6837: 		{"NewAlpha16", Func, 0, "func(r Rectangle) *Alpha16"},
		manifest.go#L6838: 		{"NewCMYK", Func, 5, "func(r Rectangle) *CMYK"},
		manifest.go#L6839: 		{"NewGray", Func, 0, "func(r Rectangle) *Gray"},
		manifest.go#L6840: 		{"NewGray16", Func, 0, "func(r Rectangle) *Gray16"},
		manifest.go#L6841: 		{"NewNRGBA", Func, 0, "func(r Rectangle) *NRGBA"},
		manifest.go#L6842: 		{"NewNRGBA64", Func, 0, "func(r Rectangle) *NRGBA64"},
		manifest.go#L6843: 		{"NewNYCbCrA", Func, 6, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA"},
		manifest.go#L6844: 		{"NewPaletted", Func, 0, "func(r Rectangle, p color.Palette) *Paletted"},
		manifest.go#L6845: 		{"NewRGBA", Func, 0, "func(r Rectangle) *RGBA"},
		manifest.go#L6846: 		{"NewRGBA64", Func, 0, "func(r Rectangle) *RGBA64"},
		manifest.go#L6847: 		{"NewUniform", Func, 0, "func(c color.Color) *Uniform"},
		manifest.go#L6848: 		{"NewYCbCr", Func, 0, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr"},
		manifest.go#L6859: 		{"Pt", Func, 0, "func(X int, Y int) Point"},
		manifest.go#L6869: 		{"Rect", Func, 0, "func(x0 int, y0 int, x1 int, y1 int) Rectangle"},
		manifest.go#L6873: 		{"RegisterFormat", Func, 0, "func(name string, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io.Reader) (Config, error))"},
		manifest.go#L6923: 		{"CMYKToRGB", Func, 5, "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"},
		manifest.go#L6932: 		{"ModelFunc", Func, 0, "func(f func(Color) Color) Model"},
		manifest.go#L6963: 		{"RGBToCMYK", Func, 5, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"},
		manifest.go#L6964: 		{"RGBToYCbCr", Func, 0, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"},
		manifest.go#L6972: 		{"YCbCrToRGB", Func, 0, "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"},
		manifest.go#L6980: 		{"Draw", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)"},
		manifest.go#L6981: 		{"DrawMask", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op)"},
		manifest.go#L6992: 		{"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
		manifest.go#L6993: 		{"DecodeAll", Func, 0, "func(r io.Reader) (*GIF, error)"},
		manifest.go#L6994: 		{"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
		manifest.go#L6998: 		{"Encode", Func, 2, "func(w io.Writer, m image.Image, o *Options) error"},
		manifest.go#L6999: 		{"EncodeAll", Func, 2, "func(w io.Writer, g *GIF) error"},
		manifest.go#L7015: 		{"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
		manifest.go#L7016: 		{"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
		manifest.go#L7018: 		{"Encode", Func, 0, "func(w io.Writer, m image.Image, o *Options) error"},
		manifest.go#L7032: 		{"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
		manifest.go#L7033: 		{"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
		manifest.go#L7035: 		{"Encode", Func, 0, "func(w io.Writer, m image.Image) error"},
		manifest.go#L7052: 		{"New", Func, 0, "func(data []byte) *Index"},
		manifest.go#L7074: 		{"Copy", Func, 0, "func(dst Writer, src Reader) (written int64, err error)"},
		manifest.go#L7075: 		{"CopyBuffer", Func, 5, "func(dst Writer, src Reader, buf []byte) (written int64, err error)"},
		manifest.go#L7076: 		{"CopyN", Func, 0, "func(dst Writer, src Reader, n int64) (written int64, err error)"},
		manifest.go#L7084: 		{"LimitReader", Func, 0, "func(r Reader, n int64) Reader"},
		manifest.go#L7088: 		{"MultiReader", Func, 0, "func(readers ...Reader) Reader"},
		manifest.go#L7089: 		{"MultiWriter", Func, 0, "func(writers ...Writer) Writer"},
		manifest.go#L7090: 		{"NewOffsetWriter", Func, 20, "func(w WriterAt, off int64) *OffsetWriter"},
		manifest.go#L7091: 		{"NewSectionReader", Func, 0, "func(r ReaderAt, off int64, n int64) *SectionReader"},
		manifest.go#L7092: 		{"NopCloser", Func, 16, "func(r Reader) ReadCloser"},
		manifest.go#L7094: 		{"Pipe", Func, 0, "func() (*PipeReader, *PipeWriter)"},
		manifest.go#L7097: 		{"ReadAll", Func, 16, "func(r Reader) ([]byte, error)"},
		manifest.go#L7098: 		{"ReadAtLeast", Func, 0, "func(r Reader, buf []byte, min int) (n int, err error)"},
		manifest.go#L7100: 		{"ReadFull", Func, 0, "func(r Reader, buf []byte) (n int, err error)"},
		manifest.go#L7117: 		{"TeeReader", Func, 0, "func(r Reader, w Writer) Reader"},
		manifest.go#L7120: 		{"WriteString", Func, 0, "func(w Writer, s string) (n int, err error)"},
		manifest.go#L7143: 		{"FileInfoToDirEntry", Func, 17, "func(info FileInfo) DirEntry"},
		manifest.go#L7145: 		{"FormatDirEntry", Func, 21, "func(dir DirEntry) string"},
		manifest.go#L7146: 		{"FormatFileInfo", Func, 21, "func(info FileInfo) string"},
		manifest.go#L7147: 		{"Glob", Func, 16, "func(fsys FS, pattern string) (matches []string, err error)"},
		manifest.go#L7149: 		{"Lstat", Func, 25, "func(fsys FS, name string) (FileInfo, error)"},
		manifest.go#L7169: 		{"ReadDir", Func, 16, "func(fsys FS, name string) ([]DirEntry, error)"},
		manifest.go#L7172: 		{"ReadFile", Func, 16, "func(fsys FS, name string) ([]byte, error)"},
		manifest.go#L7174: 		{"ReadLink", Func, 25, "func(fsys FS, name string) (string, error)"},
		manifest.go#L7178: 		{"Stat", Func, 16, "func(fsys FS, name string) (FileInfo, error)"},
		manifest.go#L7180: 		{"Sub", Func, 16, "func(fsys FS, dir string) (FS, error)"},
		manifest.go#L7182: 		{"ValidPath", Func, 16, "func(name string) bool"},
		manifest.go#L7183: 		{"WalkDir", Func, 16, "func(fsys FS, root string, fn WalkDirFunc) error"},
		manifest.go#L7188: 		{"NopCloser", Func, 0, "func(r io.Reader) io.ReadCloser"},
		manifest.go#L7189: 		{"ReadAll", Func, 0, "func(r io.Reader) ([]byte, error)"},
		manifest.go#L7190: 		{"ReadDir", Func, 0, "func(dirname string) ([]fs.FileInfo, error)"},
		manifest.go#L7191: 		{"ReadFile", Func, 0, "func(filename string) ([]byte, error)"},
		manifest.go#L7192: 		{"TempDir", Func, 0, "func(dir string, pattern string) (name string, err error)"},
		manifest.go#L7193: 		{"TempFile", Func, 0, "func(dir string, pattern string) (f *os.File, err error)"},
		manifest.go#L7194: 		{"WriteFile", Func, 0, "func(filename string, data []byte, perm fs.FileMode) error"},
		manifest.go#L7197: 		{"Pull", Func, 23, "func[V any](seq Seq[V]) (next func() (V, bool), stop func())"},
		manifest.go#L7198: 		{"Pull2", Func, 23, "func[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func())"},
		manifest.go#L7219: 		{"Default", Func, 16, "func() *Logger"},
		manifest.go#L7220: 		{"Fatal", Func, 0, "func(v ...any)"},
		manifest.go#L7221: 		{"Fatalf", Func, 0, "func(format string, v ...any)"},
		manifest.go#L7222: 		{"Fatalln", Func, 0, "func(v ...any)"},
		manifest.go#L7223: 		{"Flags", Func, 0, "func() int"},
		manifest.go#L7233: 		{"New", Func, 0, "func(out io.Writer, prefix string, flag int) *Logger"},
		manifest.go#L7234: 		{"Output", Func, 5, "func(calldepth int, s string) error"},
		manifest.go#L7235: 		{"Panic", Func, 0, "func(v ...any)"},
		manifest.go#L7236: 		{"Panicf", Func, 0, "func(format string, v ...any)"},
		manifest.go#L7237: 		{"Panicln", Func, 0, "func(v ...any)"},
		manifest.go#L7238: 		{"Prefix", Func, 0, "func() string"},
		manifest.go#L7239: 		{"Print", Func, 0, "func(v ...any)"},
		manifest.go#L7240: 		{"Printf", Func, 0, "func(format string, v ...any)"},
		manifest.go#L7241: 		{"Println", Func, 0, "func(v ...any)"},
		manifest.go#L7242: 		{"SetFlags", Func, 0, "func(flag int)"},
		manifest.go#L7243: 		{"SetOutput", Func, 0, "func(w io.Writer)"},
		manifest.go#L7244: 		{"SetPrefix", Func, 0, "func(prefix string)"},
		manifest.go#L7245: 		{"Writer", Func, 13, "func() io.Writer"},
		manifest.go#L7305: 		{"Any", Func, 21, "func(key string, value any) Attr"},
		manifest.go#L7306: 		{"AnyValue", Func, 21, "func(v any) Value"},
		manifest.go#L7310: 		{"Bool", Func, 21, "func(key string, v bool) Attr"},
		manifest.go#L7311: 		{"BoolValue", Func, 21, "func(v bool) Value"},
		manifest.go#L7312: 		{"Debug", Func, 21, "func(msg string, args ...any)"},
		manifest.go#L7313: 		{"DebugContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
		manifest.go#L7314: 		{"Default", Func, 21, "func() *Logger"},
		manifest.go#L7316: 		{"Duration", Func, 21, "func(key string, v time.Duration) Attr"},
		manifest.go#L7317: 		{"DurationValue", Func, 21, "func(v time.Duration) Value"},
		manifest.go#L7318: 		{"Error", Func, 21, "func(msg string, args ...any)"},
		manifest.go#L7319: 		{"ErrorContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
		manifest.go#L7320: 		{"Float64", Func, 21, "func(key string, v float64) Attr"},
		manifest.go#L7321: 		{"Float64Value", Func, 21, "func(v float64) Value"},
		manifest.go#L7322: 		{"Group", Func, 21, "func(key string, args ...any) Attr"},
		manifest.go#L7323: 		{"GroupAttrs", Func, 25, "func(key string, attrs ...Attr) Attr"},
		manifest.go#L7324: 		{"GroupValue", Func, 21, "func(as ...Attr) Value"},
		manifest.go#L7330: 		{"Info", Func, 21, "func(msg string, args ...any)"},
		manifest.go#L7331: 		{"InfoContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
		manifest.go#L7332: 		{"Int", Func, 21, "func(key string, value int) Attr"},
		manifest.go#L7333: 		{"Int64", Func, 21, "func(key string, value int64) Attr"},
		manifest.go#L7334: 		{"Int64Value", Func, 21, "func(v int64) Value"},
		manifest.go#L7335: 		{"IntValue", Func, 21, "func(v int) Value"},
		manifest.go#L7356: 		{"Log", Func, 21, "func(ctx context.Context, level Level, msg string, args ...any)"},
		manifest.go#L7357: 		{"LogAttrs", Func, 21, "func(ctx context.Context, level Level, msg string, attrs ...Attr)"},
		manifest.go#L7361: 		{"New", Func, 21, "func(h Handler) *Logger"},
		manifest.go#L7362: 		{"NewJSONHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *JSONHandler"},
		manifest.go#L7363: 		{"NewLogLogger", Func, 21, "func(h Handler, level Level) *log.Logger"},
		manifest.go#L7364: 		{"NewRecord", Func, 21, "func(t time.Time, level Level, msg string, pc uintptr) Record"},
		manifest.go#L7365: 		{"NewTextHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *TextHandler"},
		manifest.go#L7371: 		{"SetDefault", Func, 21, "func(l *Logger)"},
		manifest.go#L7372: 		{"SetLogLoggerLevel", Func, 22, "func(level Level) (oldLevel Level)"},
		manifest.go#L7378: 		{"String", Func, 21, "func(key string, value string) Attr"},
		manifest.go#L7379: 		{"StringValue", Func, 21, "func(value string) Value"},
		manifest.go#L7381: 		{"Time", Func, 21, "func(key string, v time.Time) Attr"},
		manifest.go#L7383: 		{"TimeValue", Func, 21, "func(v time.Time) Value"},
		manifest.go#L7384: 		{"Uint64", Func, 21, "func(key string, v uint64) Attr"},
		manifest.go#L7385: 		{"Uint64Value", Func, 21, "func(v uint64) Value"},
		manifest.go#L7387: 		{"Warn", Func, 21, "func(msg string, args ...any)"},
		manifest.go#L7388: 		{"WarnContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
		manifest.go#L7389: 		{"With", Func, 21, "func(args ...any) *Logger"},
		manifest.go#L7402: 		{"Dial", Func, 0, "func(network string, raddr string, priority Priority, tag string) (*Writer, error)"},
		manifest.go#L7431: 		{"New", Func, 0, "func(priority Priority, tag string) (*Writer, error)"},
		manifest.go#L7432: 		{"NewLogger", Func, 0, "func(p Priority, logFlag int) (*log.Logger, error)"},
		manifest.go#L7437: 		{"All", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V]"},
		manifest.go#L7438: 		{"Clone", Func, 21, "func[M ~map[K]V, K comparable, V any](m M) M"},
		manifest.go#L7439: 		{"Collect", Func, 23, "func[K comparable, V any](seq iter.Seq2[K, V]) map[K]V"},
		manifest.go#L7440: 		{"Copy", Func, 21, "func[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)"},
		manifest.go#L7441: 		{"DeleteFunc", Func, 21, "func[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool)"},
		manifest.go#L7442: 		{"Equal", Func, 21, "func[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool"},
		manifest.go#L7443: 		{"EqualFunc", Func, 21, "func[M1 ~map[K]V1, M2 ~map[K]V2, K comparable, V1, V2 any](m1 M1, m2 M2, eq func(V1, V2) bool) bool"},
		manifest.go#L7444: 		{"Insert", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V])"},
		manifest.go#L7445: 		{"Keys", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[K]"},
		manifest.go#L7446: 		{"Values", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[V]"},
		manifest.go#L7449: 		{"Abs", Func, 0, "func(x float64) float64"},
		manifest.go#L7450: 		{"Acos", Func, 0, "func(x float64) float64"},
		manifest.go#L7451: 		{"Acosh", Func, 0, "func(x float64) float64"},
		manifest.go#L7452: 		{"Asin", Func, 0, "func(x float64) float64"},
		manifest.go#L7453: 		{"Asinh", Func, 0, "func(x float64) float64"},
		manifest.go#L7454: 		{"Atan", Func, 0, "func(x float64) float64"},
		manifest.go#L7455: 		{"Atan2", Func, 0, "func(y float64, x float64) float64"},
		manifest.go#L7456: 		{"Atanh", Func, 0, "func(x float64) float64"},
		manifest.go#L7457: 		{"Cbrt", Func, 0, "func(x float64) float64"},
		manifest.go#L7458: 		{"Ceil", Func, 0, "func(x float64) float64"},
		manifest.go#L7459: 		{"Copysign", Func, 0, "func(f float64, sign float64) float64"},
		manifest.go#L7460: 		{"Cos", Func, 0, "func(x float64) float64"},
		manifest.go#L7461: 		{"Cosh", Func, 0, "func(x float64) float64"},
		manifest.go#L7462: 		{"Dim", Func, 0, "func(x float64, y float64) float64"},
		manifest.go#L7464: 		{"Erf", Func, 0, "func(x float64) float64"},
		manifest.go#L7465: 		{"Erfc", Func, 0, "func(x float64) float64"},
		manifest.go#L7466: 		{"Erfcinv", Func, 10, "func(x float64) float64"},
		manifest.go#L7467: 		{"Erfinv", Func, 10, "func(x float64) float64"},
		manifest.go#L7468: 		{"Exp", Func, 0, "func(x float64) float64"},
		manifest.go#L7469: 		{"Exp2", Func, 0, "func(x float64) float64"},
		manifest.go#L7470: 		{"Expm1", Func, 0, "func(x float64) float64"},
		manifest.go#L7471: 		{"FMA", Func, 14, "func(x float64, y float64, z float64) float64"},
		manifest.go#L7472: 		{"Float32bits", Func, 0, "func(f float32) uint32"},
		manifest.go#L7473: 		{"Float32frombits", Func, 0, "func(b uint32) float32"},
		manifest.go#L7474: 		{"Float64bits", Func, 0, "func(f float64) uint64"},
		manifest.go#L7475: 		{"Float64frombits", Func, 0, "func(b uint64) float64"},
		manifest.go#L7476: 		{"Floor", Func, 0, "func(x float64) float64"},
		manifest.go#L7477: 		{"Frexp", Func, 0, "func(f float64) (frac float64, exp int)"},
		manifest.go#L7478: 		{"Gamma", Func, 0, "func(x float64) float64"},
		manifest.go#L7479: 		{"Hypot", Func, 0, "func(p float64, q float64) float64"},
		manifest.go#L7480: 		{"Ilogb", Func, 0, "func(x float64) int"},
		manifest.go#L7481: 		{"Inf", Func, 0, "func(sign int) float64"},
		manifest.go#L7482: 		{"IsInf", Func, 0, "func(f float64, sign int) bool"},
		manifest.go#L7483: 		{"IsNaN", Func, 0, "func(f float64) (is bool)"},
		manifest.go#L7484: 		{"J0", Func, 0, "func(x float64) float64"},
		manifest.go#L7485: 		{"J1", Func, 0, "func(x float64) float64"},
		manifest.go#L7486: 		{"Jn", Func, 0, "func(n int, x float64) float64"},
		manifest.go#L7487: 		{"Ldexp", Func, 0, "func(frac float64, exp int) float64"},
		manifest.go#L7488: 		{"Lgamma", Func, 0, "func(x float64) (lgamma float64, sign int)"},
		manifest.go#L7491: 		{"Log", Func, 0, "func(x float64) float64"},
		manifest.go#L7492: 		{"Log10", Func, 0, "func(x float64) float64"},
		manifest.go#L7494: 		{"Log1p", Func, 0, "func(x float64) float64"},
		manifest.go#L7495: 		{"Log2", Func, 0, "func(x float64) float64"},
		manifest.go#L7497: 		{"Logb", Func, 0, "func(x float64) float64"},
		manifest.go#L7498: 		{"Max", Func, 0, "func(x float64, y float64) float64"},
		manifest.go#L7511: 		{"Min", Func, 0, "func(x float64, y float64) float64"},
		manifest.go#L7517: 		{"Mod", Func, 0, "func(x float64, y float64) float64"},
		manifest.go#L7518: 		{"Modf", Func, 0, "func(f float64) (int float64, frac float64)"},
		manifest.go#L7519: 		{"NaN", Func, 0, "func() float64"},
		manifest.go#L7520: 		{"Nextafter", Func, 0, "func(x float64, y float64) (r float64)"},
		manifest.go#L7521: 		{"Nextafter32", Func, 4, "func(x float32, y float32) (r float32)"},
		manifest.go#L7524: 		{"Pow", Func, 0, "func(x float64, y float64) float64"},
		manifest.go#L7525: 		{"Pow10", Func, 0, "func(n int) float64"},
		manifest.go#L7526: 		{"Remainder", Func, 0, "func(x float64, y float64) float64"},
		manifest.go#L7527: 		{"Round", Func, 10, "func(x float64) float64"},
		manifest.go#L7528: 		{"RoundToEven", Func, 10, "func(x float64) float64"},
		manifest.go#L7529: 		{"Signbit", Func, 0, "func(x float64) bool"},
		manifest.go#L7530: 		{"Sin", Func, 0, "func(x float64) float64"},
		manifest.go#L7531: 		{"Sincos", Func, 0, "func(x float64) (sin float64, cos float64)"},
		manifest.go#L7532: 		{"Sinh", Func, 0, "func(x float64) float64"},
		manifest.go#L7535: 		{"Sqrt", Func, 0, "func(x float64) float64"},
		manifest.go#L7540: 		{"Tan", Func, 0, "func(x float64) float64"},
		manifest.go#L7541: 		{"Tanh", Func, 0, "func(x float64) float64"},
		manifest.go#L7542: 		{"Trunc", Func, 0, "func(x float64) float64"},
		manifest.go#L7543: 		{"Y0", Func, 0, "func(x float64) float64"},
		manifest.go#L7544: 		{"Y1", Func, 0, "func(x float64) float64"},
		manifest.go#L7545: 		{"Yn", Func, 0, "func(n int, x float64) float64"},
		manifest.go#L7697: 		{"Jacobi", Func, 5, "func(x *Int, y *Int) int"},
		manifest.go#L7702: 		{"NewFloat", Func, 5, "func(x float64) *Float"},
		manifest.go#L7703: 		{"NewInt", Func, 0, "func(x int64) *Int"},
		manifest.go#L7704: 		{"NewRat", Func, 0, "func(a int64, b int64) *Rat"},
		manifest.go#L7705: 		{"ParseFloat", Func, 5, "func(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error)"},
		manifest.go#L7716: 		{"Add", Func, 12, "func(x uint, y uint, carry uint) (sum uint, carryOut uint)"},
		manifest.go#L7717: 		{"Add32", Func, 12, "func(x uint32, y uint32, carry uint32) (sum uint32, carryOut uint32)"},
		manifest.go#L7718: 		{"Add64", Func, 12, "func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)"},
		manifest.go#L7719: 		{"Div", Func, 12, "func(hi uint, lo uint, y uint) (quo uint, rem uint)"},
		manifest.go#L7720: 		{"Div32", Func, 12, "func(hi uint32, lo uint32, y uint32) (quo uint32, rem uint32)"},
		manifest.go#L7721: 		{"Div64", Func, 12, "func(hi uint64, lo uint64, y uint64) (quo uint64, rem uint64)"},
		manifest.go#L7722: 		{"LeadingZeros", Func, 9, "func(x uint) int"},
		manifest.go#L7723: 		{"LeadingZeros16", Func, 9, "func(x uint16) int"},
		manifest.go#L7724: 		{"LeadingZeros32", Func, 9, "func(x uint32) int"},
		manifest.go#L7725: 		{"LeadingZeros64", Func, 9, "func(x uint64) int"},
		manifest.go#L7726: 		{"LeadingZeros8", Func, 9, "func(x uint8) int"},
		manifest.go#L7727: 		{"Len", Func, 9, "func(x uint) int"},
		manifest.go#L7728: 		{"Len16", Func, 9, "func(x uint16) (n int)"},
		manifest.go#L7729: 		{"Len32", Func, 9, "func(x uint32) (n int)"},
		manifest.go#L7730: 		{"Len64", Func, 9, "func(x uint64) (n int)"},
		manifest.go#L7731: 		{"Len8", Func, 9, "func(x uint8) int"},
		manifest.go#L7732: 		{"Mul", Func, 12, "func(x uint, y uint) (hi uint, lo uint)"},
		manifest.go#L7733: 		{"Mul32", Func, 12, "func(x uint32, y uint32) (hi uint32, lo uint32)"},
		manifest.go#L7734: 		{"Mul64", Func, 12, "func(x uint64, y uint64) (hi uint64, lo uint64)"},
		manifest.go#L7735: 		{"OnesCount", Func, 9, "func(x uint) int"},
		manifest.go#L7736: 		{"OnesCount16", Func, 9, "func(x uint16) int"},
		manifest.go#L7737: 		{"OnesCount32", Func, 9, "func(x uint32) int"},
		manifest.go#L7738: 		{"OnesCount64", Func, 9, "func(x uint64) int"},
		manifest.go#L7739: 		{"OnesCount8", Func, 9, "func(x uint8) int"},
		manifest.go#L7740: 		{"Rem", Func, 14, "func(hi uint, lo uint, y uint) uint"},
		manifest.go#L7741: 		{"Rem32", Func, 14, "func(hi uint32, lo uint32, y uint32) uint32"},
		manifest.go#L7742: 		{"Rem64", Func, 14, "func(hi uint64, lo uint64, y uint64) uint64"},
		manifest.go#L7743: 		{"Reverse", Func, 9, "func(x uint) uint"},
		manifest.go#L7744: 		{"Reverse16", Func, 9, "func(x uint16) uint16"},
		manifest.go#L7745: 		{"Reverse32", Func, 9, "func(x uint32) uint32"},
		manifest.go#L7746: 		{"Reverse64", Func, 9, "func(x uint64) uint64"},
		manifest.go#L7747: 		{"Reverse8", Func, 9, "func(x uint8) uint8"},
		manifest.go#L7748: 		{"ReverseBytes", Func, 9, "func(x uint) uint"},
		manifest.go#L7749: 		{"ReverseBytes16", Func, 9, "func(x uint16) uint16"},
		manifest.go#L7750: 		{"ReverseBytes32", Func, 9, "func(x uint32) uint32"},
		manifest.go#L7751: 		{"ReverseBytes64", Func, 9, "func(x uint64) uint64"},
		manifest.go#L7752: 		{"RotateLeft", Func, 9, "func(x uint, k int) uint"},
		manifest.go#L7753: 		{"RotateLeft16", Func, 9, "func(x uint16, k int) uint16"},
		manifest.go#L7754: 		{"RotateLeft32", Func, 9, "func(x uint32, k int) uint32"},
		manifest.go#L7755: 		{"RotateLeft64", Func, 9, "func(x uint64, k int) uint64"},
		manifest.go#L7756: 		{"RotateLeft8", Func, 9, "func(x uint8, k int) uint8"},
		manifest.go#L7757: 		{"Sub", Func, 12, "func(x uint, y uint, borrow uint) (diff uint, borrowOut uint)"},
		manifest.go#L7758: 		{"Sub32", Func, 12, "func(x uint32, y uint32, borrow uint32) (diff uint32, borrowOut uint32)"},
		manifest.go#L7759: 		{"Sub64", Func, 12, "func(x uint64, y uint64, borrow uint64) (diff uint64, borrowOut uint64)"},
		manifest.go#L7760: 		{"TrailingZeros", Func, 9, "func(x uint) int"},
		manifest.go#L7761: 		{"TrailingZeros16", Func, 9, "func(x uint16) int"},
		manifest.go#L7762: 		{"TrailingZeros32", Func, 9, "func(x uint32) int"},
		manifest.go#L7763: 		{"TrailingZeros64", Func, 9, "func(x uint64) int"},
		manifest.go#L7764: 		{"TrailingZeros8", Func, 9, "func(x uint8) int"},
		manifest.go#L7768: 		{"Abs", Func, 0, "func(x complex128) float64"},
		manifest.go#L7769: 		{"Acos", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7770: 		{"Acosh", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7771: 		{"Asin", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7772: 		{"Asinh", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7773: 		{"Atan", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7774: 		{"Atanh", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7775: 		{"Conj", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7776: 		{"Cos", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7777: 		{"Cosh", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7778: 		{"Cot", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7779: 		{"Exp", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7780: 		{"Inf", Func, 0, "func() complex128"},
		manifest.go#L7781: 		{"IsInf", Func, 0, "func(x complex128) bool"},
		manifest.go#L7782: 		{"IsNaN", Func, 0, "func(x complex128) bool"},
		manifest.go#L7783: 		{"Log", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7784: 		{"Log10", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7785: 		{"NaN", Func, 0, "func() complex128"},
		manifest.go#L7786: 		{"Phase", Func, 0, "func(x complex128) float64"},
		manifest.go#L7787: 		{"Polar", Func, 0, "func(x complex128) (r float64, θ float64)"},
		manifest.go#L7788: 		{"Pow", Func, 0, "func(x complex128, y complex128) complex128"},
		manifest.go#L7789: 		{"Rect", Func, 0, "func(r float64, θ float64) complex128"},
		manifest.go#L7790: 		{"Sin", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7791: 		{"Sinh", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7792: 		{"Sqrt", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7793: 		{"Tan", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7794: 		{"Tanh", Func, 0, "func(x complex128) complex128"},
		manifest.go#L7814: 		{"ExpFloat64", Func, 0, "func() float64"},
		manifest.go#L7815: 		{"Float32", Func, 0, "func() float32"},
		manifest.go#L7816: 		{"Float64", Func, 0, "func() float64"},
		manifest.go#L7817: 		{"Int", Func, 0, "func() int"},
		manifest.go#L7818: 		{"Int31", Func, 0, "func() int32"},
		manifest.go#L7819: 		{"Int31n", Func, 0, "func(n int32) int32"},
		manifest.go#L7820: 		{"Int63", Func, 0, "func() int64"},
		manifest.go#L7821: 		{"Int63n", Func, 0, "func(n int64) int64"},
		manifest.go#L7822: 		{"Intn", Func, 0, "func(n int) int"},
		manifest.go#L7823: 		{"New", Func, 0, "func(src Source) *Rand"},
		manifest.go#L7824: 		{"NewSource", Func, 0, "func(seed int64) Source"},
		manifest.go#L7825: 		{"NewZipf", Func, 0, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
		manifest.go#L7826: 		{"NormFloat64", Func, 0, "func() float64"},
		manifest.go#L7827: 		{"Perm", Func, 0, "func(n int) []int"},
		manifest.go#L7829: 		{"Read", Func, 6, "func(p []byte) (n int, err error)"},
		manifest.go#L7830: 		{"Seed", Func, 0, "func(seed int64)"},
		manifest.go#L7831: 		{"Shuffle", Func, 10, "func(n int, swap func(i int, j int))"},
		manifest.go#L7834: 		{"Uint32", Func, 0, "func() uint32"},
		manifest.go#L7835: 		{"Uint64", Func, 8, "func() uint64"},
		manifest.go#L7870: 		{"ExpFloat64", Func, 22, "func() float64"},
		manifest.go#L7871: 		{"Float32", Func, 22, "func() float32"},
		manifest.go#L7872: 		{"Float64", Func, 22, "func() float64"},
		manifest.go#L7873: 		{"Int", Func, 22, "func() int"},
		manifest.go#L7874: 		{"Int32", Func, 22, "func() int32"},
		manifest.go#L7875: 		{"Int32N", Func, 22, "func(n int32) int32"},
		manifest.go#L7876: 		{"Int64", Func, 22, "func() int64"},
		manifest.go#L7877: 		{"Int64N", Func, 22, "func(n int64) int64"},
		manifest.go#L7878: 		{"IntN", Func, 22, "func(n int) int"},
		manifest.go#L7879: 		{"N", Func, 22, "func[Int intType](n Int) Int"},
		manifest.go#L7880: 		{"New", Func, 22, "func(src Source) *Rand"},
		manifest.go#L7881: 		{"NewChaCha8", Func, 22, "func(seed [32]byte) *ChaCha8"},
		manifest.go#L7882: 		{"NewPCG", Func, 22, "func(seed1 uint64, seed2 uint64) *PCG"},
		manifest.go#L7883: 		{"NewZipf", Func, 22, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
		manifest.go#L7884: 		{"NormFloat64", Func, 22, "func() float64"},
		manifest.go#L7886: 		{"Perm", Func, 22, "func(n int) []int"},
		manifest.go#L7888: 		{"Shuffle", Func, 22, "func(n int, swap func(i int, j int))"},
		manifest.go#L7890: 		{"Uint", Func, 23, "func() uint"},
		manifest.go#L7891: 		{"Uint32", Func, 22, "func() uint32"},
		manifest.go#L7892: 		{"Uint32N", Func, 22, "func(n uint32) uint32"},
		manifest.go#L7893: 		{"Uint64", Func, 22, "func() uint64"},
		manifest.go#L7894: 		{"Uint64N", Func, 22, "func(n uint64) uint64"},
		manifest.go#L7895: 		{"UintN", Func, 22, "func(n uint) uint"},
		manifest.go#L7902: 		{"AddExtensionType", Func, 0, "func(ext string, typ string) error"},
		manifest.go#L7905: 		{"ExtensionsByType", Func, 5, "func(typ string) ([]string, error)"},
		manifest.go#L7906: 		{"FormatMediaType", Func, 0, "func(t string, param map[string]string) string"},
		manifest.go#L7907: 		{"ParseMediaType", Func, 0, "func(v string) (mediatype string, params map[string]string, err error)"},
		manifest.go#L7909: 		{"TypeByExtension", Func, 0, "func(ext string) string"},
		manifest.go#L7934: 		{"FileContentDisposition", Func, 25, "func(fieldname string, filename string) string"},
		manifest.go#L7942: 		{"NewReader", Func, 0, "func(r io.Reader, boundary string) *Reader"},
		manifest.go#L7943: 		{"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
		manifest.go#L7953: 		{"NewReader", Func, 5, "func(r io.Reader) *Reader"},
		manifest.go#L7954: 		{"NewWriter", Func, 5, "func(w io.Writer) *Writer"},
		manifest.go#L8143: 		{"CIDRMask", Func, 0, "func(ones int, bits int) IPMask"},
		manifest.go#L8156: 		{"Dial", Func, 0, "func(network string, address string) (Conn, error)"},
		manifest.go#L8157: 		{"DialIP", Func, 0, "func(network string, laddr *IPAddr, raddr *IPAddr) (*IPConn, error)"},
		manifest.go#L8158: 		{"DialTCP", Func, 0, "func(network string, laddr *TCPAddr, raddr *TCPAddr) (*TCPConn, error)"},
		manifest.go#L8159: 		{"DialTimeout", Func, 0, "func(network string, address string, timeout time.Duration) (Conn, error)"},
		manifest.go#L8160: 		{"DialUDP", Func, 0, "func(network string, laddr *UDPAddr, raddr *UDPAddr) (*UDPConn, error)"},
		manifest.go#L8161: 		{"DialUnix", Func, 0, "func(network string, laddr *UnixAddr, raddr *UnixAddr) (*UnixConn, error)"},
		manifest.go#L8177: 		{"FileConn", Func, 0, "func(f *os.File) (c Conn, err error)"},
		manifest.go#L8178: 		{"FileListener", Func, 0, "func(f *os.File) (ln Listener, err error)"},
		manifest.go#L8179: 		{"FilePacketConn", Func, 0, "func(f *os.File) (c PacketConn, err error)"},
		manifest.go#L8197: 		{"IPv4", Func, 0, "func(a byte, b byte, c byte, d byte) IP"},
		manifest.go#L8198: 		{"IPv4Mask", Func, 0, "func(a byte, b byte, c byte, d byte) IPMask"},
		manifest.go#L8217: 		{"InterfaceAddrs", Func, 0, "func() ([]Addr, error)"},
		manifest.go#L8218: 		{"InterfaceByIndex", Func, 0, "func(index int) (*Interface, error)"},
		manifest.go#L8219: 		{"InterfaceByName", Func, 0, "func(name string) (*Interface, error)"},
		manifest.go#L8220: 		{"Interfaces", Func, 0, "func() ([]Interface, error)"},
		manifest.go#L8222: 		{"JoinHostPort", Func, 0, "func(host string, port string) string"},
		manifest.go#L8228: 		{"Listen", Func, 0, "func(network string, address string) (Listener, error)"},
		manifest.go#L8233: 		{"ListenIP", Func, 0, "func(network string, laddr *IPAddr) (*IPConn, error)"},
		manifest.go#L8234: 		{"ListenMulticastUDP", Func, 0, "func(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error)"},
		manifest.go#L8235: 		{"ListenPacket", Func, 0, "func(network string, address string) (PacketConn, error)"},
		manifest.go#L8236: 		{"ListenTCP", Func, 0, "func(network string, laddr *TCPAddr) (*TCPListener, error)"},
		manifest.go#L8237: 		{"ListenUDP", Func, 0, "func(network string, laddr *UDPAddr) (*UDPConn, error)"},
		manifest.go#L8238: 		{"ListenUnix", Func, 0, "func(network string, laddr *UnixAddr) (*UnixListener, error)"},
		manifest.go#L8239: 		{"ListenUnixgram", Func, 0, "func(network string, laddr *UnixAddr) (*UnixConn, error)"},
		manifest.go#L8241: 		{"LookupAddr", Func, 0, "func(addr string) (names []string, err error)"},
		manifest.go#L8242: 		{"LookupCNAME", Func, 0, "func(host string) (cname string, err error)"},
		manifest.go#L8243: 		{"LookupHost", Func, 0, "func(host string) (addrs []string, err error)"},
		manifest.go#L8244: 		{"LookupIP", Func, 0, "func(host string) ([]IP, error)"},
		manifest.go#L8245: 		{"LookupMX", Func, 0, "func(name string) ([]*MX, error)"},
		manifest.go#L8246: 		{"LookupNS", Func, 1, "func(name string) ([]*NS, error)"},
		manifest.go#L8247: 		{"LookupPort", Func, 0, "func(network string, service string) (port int, err error)"},
		manifest.go#L8248: 		{"LookupSRV", Func, 0, "func(service string, proto string, name string) (cname string, addrs []*SRV, err error)"},
		manifest.go#L8249: 		{"LookupTXT", Func, 0, "func(name string) ([]string, error)"},
		manifest.go#L8262: 		{"ParseCIDR", Func, 0, "func(s string) (IP, *IPNet, error)"},
		manifest.go#L8266: 		{"ParseIP", Func, 0, "func(s string) IP"},
		manifest.go#L8267: 		{"ParseMAC", Func, 0, "func(s string) (hw HardwareAddr, err error)"},
		manifest.go#L8268: 		{"Pipe", Func, 0, "func() (Conn, Conn)"},
		manifest.go#L8269: 		{"ResolveIPAddr", Func, 0, "func(network string, address string) (*IPAddr, error)"},
		manifest.go#L8270: 		{"ResolveTCPAddr", Func, 0, "func(network string, address string) (*TCPAddr, error)"},
		manifest.go#L8271: 		{"ResolveUDPAddr", Func, 0, "func(network string, address string) (*UDPAddr, error)"},
		manifest.go#L8272: 		{"ResolveUnixAddr", Func, 0, "func(network string, address string) (*UnixAddr, error)"},
		manifest.go#L8282: 		{"SplitHostPort", Func, 0, "func(hostport string) (host string, port string, err error)"},
		manifest.go#L8287: 		{"TCPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *TCPAddr"},
		manifest.go#L8294: 		{"UDPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *UDPAddr"},
		manifest.go#L8386: 		{"AllowQuerySemicolons", Func, 17, "func(h Handler) Handler"},
		manifest.go#L8387: 		{"CanonicalHeaderKey", Func, 0, "func(s string) string"},
		manifest.go#L8417: 		{"DetectContentType", Func, 0, "func(data []byte) string"},
		manifest.go#L8441: 		{"Error", Func, 0, "func(w ResponseWriter, error string, code int)"},
		manifest.go#L8442: 		{"FS", Func, 16, "func(fsys fs.FS) FileSystem"},
		manifest.go#L8444: 		{"FileServer", Func, 0, "func(root FileSystem) Handler"},
		manifest.go#L8445: 		{"FileServerFS", Func, 22, "func(root fs.FS) Handler"},
		manifest.go#L8448: 		{"Get", Func, 0, "func(url string) (resp *Response, err error)"},
		manifest.go#L8461: 		{"Handle", Func, 0, "func(pattern string, handler Handler)"},
		manifest.go#L8462: 		{"HandleFunc", Func, 0, "func(pattern string, handler func(ResponseWriter, *Request))"},
		manifest.go#L8465: 		{"Head", Func, 0, "func(url string) (resp *Response, err error)"},
		manifest.go#L8468: 		{"ListenAndServe", Func, 0, "func(addr string, handler Handler) error"},
		manifest.go#L8469: 		{"ListenAndServeTLS", Func, 0, "func(addr string, certFile string, keyFile string, handler Handler) error"},
		manifest.go#L8473: 		{"MaxBytesHandler", Func, 18, "func(h Handler, n int64) Handler"},
		manifest.go#L8474: 		{"MaxBytesReader", Func, 0, "func(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"},
		manifest.go#L8484: 		{"NewCrossOriginProtection", Func, 25, "func() *CrossOriginProtection"},
		manifest.go#L8485: 		{"NewFileTransport", Func, 0, "func(fs FileSystem) RoundTripper"},
		manifest.go#L8486: 		{"NewFileTransportFS", Func, 22, "func(fsys fs.FS) RoundTripper"},
		manifest.go#L8487: 		{"NewRequest", Func, 0, "func(method string, url string, body io.Reader) (*Request, error)"},
		manifest.go#L8488: 		{"NewRequestWithContext", Func, 13, "func(ctx context.Context, method string, url string, body io.Reader) (*Request, error)"},
		manifest.go#L8489: 		{"NewResponseController", Func, 20, "func(rw ResponseWriter) *ResponseController"},
		manifest.go#L8490: 		{"NewServeMux", Func, 0, "func() *ServeMux"},
		manifest.go#L8492: 		{"NotFound", Func, 0, "func(w ResponseWriter, r *Request)"},
		manifest.go#L8493: 		{"NotFoundHandler", Func, 0, "func() Handler"},
		manifest.go#L8494: 		{"ParseCookie", Func, 23, "func(line string) ([]*Cookie, error)"},
		manifest.go#L8495: 		{"ParseHTTPVersion", Func, 0, "func(vers string) (major int, minor int, ok bool)"},
		manifest.go#L8496: 		{"ParseSetCookie", Func, 23, "func(line string) (*Cookie, error)"},
		manifest.go#L8497: 		{"ParseTime", Func, 1, "func(text string) (t time.Time, err error)"},
		manifest.go#L8498: 		{"Post", Func, 0, "func(url string, contentType string, body io.Reader) (resp *Response, err error)"},
		manifest.go#L8499: 		{"PostForm", Func, 0, "func(url string, data url.Values) (resp *Response, err error)"},
		manifest.go#L8503: 		{"ProxyFromEnvironment", Func, 0, "func(req *Request) (*url.URL, error)"},
		manifest.go#L8504: 		{"ProxyURL", Func, 0, "func(fixedURL *url.URL) func(*Request) (*url.URL, error)"},
		manifest.go#L8509: 		{"ReadRequest", Func, 0, "func(b *bufio.Reader) (*Request, error)"},
		manifest.go#L8510: 		{"ReadResponse", Func, 0, "func(r *bufio.Reader, req *Request) (*Response, error)"},
		manifest.go#L8511: 		{"Redirect", Func, 0, "func(w ResponseWriter, r *Request, url string, code int)"},
		manifest.go#L8512: 		{"RedirectHandler", Func, 0, "func(url string, code int) Handler"},
		manifest.go#L8559: 		{"Serve", Func, 0, "func(l net.Listener, handler Handler) error"},
		manifest.go#L8560: 		{"ServeContent", Func, 0, "func(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker)"},
		manifest.go#L8561: 		{"ServeFile", Func, 0, "func(w ResponseWriter, r *Request, name string)"},
		manifest.go#L8562: 		{"ServeFileFS", Func, 22, "func(w ResponseWriter, r *Request, fsys fs.FS, name string)"},
		manifest.go#L8564: 		{"ServeTLS", Func, 9, "func(l net.Listener, handler Handler, certFile string, keyFile string) error"},
		manifest.go#L8583: 		{"SetCookie", Func, 0, "func(w ResponseWriter, cookie *Cookie)"},
		manifest.go#L8642: 		{"StatusText", Func, 0, "func(code int) string"},
		manifest.go#L8652: 		{"StripPrefix", Func, 0, "func(prefix string, h Handler) Handler"},
		manifest.go#L8654: 		{"TimeoutHandler", Func, 0, "func(h Handler, dt time.Duration, msg string) Handler"},
		manifest.go#L8695: 		{"Request", Func, 0, "func() (*http.Request, error)"},
		manifest.go#L8696: 		{"RequestFromMap", Func, 0, "func(params map[string]string) (*http.Request, error)"},
		manifest.go#L8697: 		{"Serve", Func, 0, "func(handler http.Handler) error"},
		manifest.go#L8703: 		{"New", Func, 1, "func(o *Options) (*Jar, error)"},
		manifest.go#L8711: 		{"ProcessEnv", Func, 9, "func(r *http.Request) map[string]string"},
		manifest.go#L8712: 		{"Serve", Func, 0, "func(l net.Listener, handler http.Handler) error"},
		manifest.go#L8728: 		{"NewRecorder", Func, 0, "func() *ResponseRecorder"},
		manifest.go#L8729: 		{"NewRequest", Func, 7, "func(method string, target string, body io.Reader) *http.Request"},
		manifest.go#L8730: 		{"NewRequestWithContext", Func, 23, "func(ctx context.Context, method string, target string, body io.Reader) *http.Request"},
		manifest.go#L8731: 		{"NewServer", Func, 0, "func(handler http.Handler) *Server"},
		manifest.go#L8732: 		{"NewTLSServer", Func, 0, "func(handler http.Handler) *Server"},
		manifest.go#L8733: 		{"NewUnstartedServer", Func, 0, "func(handler http.Handler) *Server"},
		manifest.go#L8764: 		{"ContextClientTrace", Func, 7, "func(ctx context.Context) *ClientTrace"},
		manifest.go#L8776: 		{"WithClientTrace", Func, 7, "func(ctx context.Context, trace *ClientTrace) context.Context"},
		manifest.go#L8797: 		{"DumpRequest", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
		manifest.go#L8798: 		{"DumpRequestOut", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
		manifest.go#L8799: 		{"DumpResponse", Func, 0, "func(resp *http.Response, body bool) ([]byte, error)"},
		manifest.go#L8804: 		{"NewChunkedReader", Func, 0, "func(r io.Reader) io.Reader"},
		manifest.go#L8805: 		{"NewChunkedWriter", Func, 0, "func(w io.Writer) io.WriteCloser"},
		manifest.go#L8806: 		{"NewClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
		manifest.go#L8807: 		{"NewProxyClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
		manifest.go#L8808: 		{"NewServerConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ServerConn"},
		manifest.go#L8809: 		{"NewSingleHostReverseProxy", Func, 0, "func(target *url.URL) *ReverseProxy"},
		manifest.go#L8825: 		{"Cmdline", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
		manifest.go#L8826: 		{"Handler", Func, 0, "func(name string) http.Handler"},
		manifest.go#L8827: 		{"Index", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
		manifest.go#L8828: 		{"Profile", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
		manifest.go#L8829: 		{"Symbol", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
		manifest.go#L8830: 		{"Trace", Func, 5, "func(w http.ResponseWriter, r *http.Request)"},
		manifest.go#L8849: 		{"ParseAddress", Func, 1, "func(address string) (*Address, error)"},
		manifest.go#L8850: 		{"ParseAddressList", Func, 1, "func(list string) ([]*Address, error)"},
		manifest.go#L8851: 		{"ParseDate", Func, 8, "func(date string) (time.Time, error)"},
		manifest.go#L8852: 		{"ReadMessage", Func, 0, "func(r io.Reader) (msg *Message, err error)"},
		manifest.go#L8916: 		{"AddrFrom16", Func, 18, "func(addr [16]byte) Addr"},
		manifest.go#L8917: 		{"AddrFrom4", Func, 18, "func(addr [4]byte) Addr"},
		manifest.go#L8918: 		{"AddrFromSlice", Func, 18, "func(slice []byte) (ip Addr, ok bool)"},
		manifest.go#L8920: 		{"AddrPortFrom", Func, 18, "func(ip Addr, port uint16) AddrPort"},
		manifest.go#L8921: 		{"IPv4Unspecified", Func, 18, "func() Addr"},
		manifest.go#L8922: 		{"IPv6LinkLocalAllNodes", Func, 18, "func() Addr"},
		manifest.go#L8923: 		{"IPv6LinkLocalAllRouters", Func, 20, "func() Addr"},
		manifest.go#L8924: 		{"IPv6Loopback", Func, 20, "func() Addr"},
		manifest.go#L8925: 		{"IPv6Unspecified", Func, 18, "func() Addr"},
		manifest.go#L8926: 		{"MustParseAddr", Func, 18, "func(s string) Addr"},
		manifest.go#L8927: 		{"MustParseAddrPort", Func, 18, "func(s string) AddrPort"},
		manifest.go#L8928: 		{"MustParsePrefix", Func, 18, "func(s string) Prefix"},
		manifest.go#L8929: 		{"ParseAddr", Func, 18, "func(s string) (Addr, error)"},
		manifest.go#L8930: 		{"ParseAddrPort", Func, 18, "func(s string) (AddrPort, error)"},
		manifest.go#L8931: 		{"ParsePrefix", Func, 18, "func(s string) (Prefix, error)"},
		manifest.go#L8933: 		{"PrefixFrom", Func, 18, "func(ip Addr, bits int) Prefix"},
		manifest.go#L8948: 		{"Accept", Func, 0, "func(lis net.Listener)"},
		manifest.go#L8960: 		{"Dial", Func, 0, "func(network string, address string) (*Client, error)"},
		manifest.go#L8961: 		{"DialHTTP", Func, 0, "func(network string, address string) (*Client, error)"},
		manifest.go#L8962: 		{"DialHTTPPath", Func, 0, "func(network string, address string, path string) (*Client, error)"},
		manifest.go#L8964: 		{"HandleHTTP", Func, 0, "func()"},
		manifest.go#L8965: 		{"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *Client"},
		manifest.go#L8966: 		{"NewClientWithCodec", Func, 0, "func(codec ClientCodec) *Client"},
		manifest.go#L8967: 		{"NewServer", Func, 0, "func() *Server"},
		manifest.go#L8968: 		{"Register", Func, 0, "func(rcvr any) error"},
		manifest.go#L8969: 		{"RegisterName", Func, 0, "func(name string, rcvr any) error"},
		manifest.go#L8977: 		{"ServeCodec", Func, 0, "func(codec ServerCodec)"},
		manifest.go#L8978: 		{"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
		manifest.go#L8979: 		{"ServeRequest", Func, 0, "func(codec ServerCodec) error"},
		manifest.go#L8985: 		{"Dial", Func, 0, "func(network string, address string) (*rpc.Client, error)"},
		manifest.go#L8986: 		{"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *rpc.Client"},
		manifest.go#L8987: 		{"NewClientCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ClientCodec"},
		manifest.go#L8988: 		{"NewServerCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ServerCodec"},
		manifest.go#L8989: 		{"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
		manifest.go#L9006: 		{"CRAMMD5Auth", Func, 0, "func(username string, secret string) Auth"},
		manifest.go#L9009: 		{"Dial", Func, 0, "func(addr string) (*Client, error)"},
		manifest.go#L9010: 		{"NewClient", Func, 0, "func(conn net.Conn, host string) (*Client, error)"},
		manifest.go#L9011: 		{"PlainAuth", Func, 0, "func(identity string, username string, password string, host string) Auth"},
		manifest.go#L9012: 		{"SendMail", Func, 0, "func(addr string, a Auth, from string, to []string, msg []byte) error"},
		manifest.go#L9062: 		{"CanonicalMIMEHeaderKey", Func, 0, "func(s string) string"},
		manifest.go#L9067: 		{"Dial", Func, 0, "func(network string, addr string) (*Conn, error)"},
		manifest.go#L9072: 		{"NewConn", Func, 0, "func(conn io.ReadWriteCloser) *Conn"},
		manifest.go#L9073: 		{"NewReader", Func, 0, "func(r *bufio.Reader) *Reader"},
		manifest.go#L9074: 		{"NewWriter", Func, 0, "func(w *bufio.Writer) *Writer"},
		manifest.go#L9079: 		{"TrimBytes", Func, 1, "func(b []byte) []byte"},
		manifest.go#L9080: 		{"TrimString", Func, 1, "func(s string) string"},
		manifest.go#L9121: 		{"JoinPath", Func, 19, "func(base string, elem ...string) (result string, err error)"},
		manifest.go#L9122: 		{"Parse", Func, 0, "func(rawURL string) (*URL, error)"},
		manifest.go#L9123: 		{"ParseQuery", Func, 0, "func(query string) (Values, error)"},
		manifest.go#L9124: 		{"ParseRequestURI", Func, 0, "func(rawURL string) (*URL, error)"},
		manifest.go#L9125: 		{"PathEscape", Func, 8, "func(s string) string"},
		manifest.go#L9126: 		{"PathUnescape", Func, 8, "func(s string) (string, error)"},
		manifest.go#L9127: 		{"QueryEscape", Func, 0, "func(s string) string"},
		manifest.go#L9128: 		{"QueryUnescape", Func, 0, "func(s string) (string, error)"},
		manifest.go#L9141: 		{"User", Func, 0, "func(username string) *Userinfo"},
		manifest.go#L9142: 		{"UserPassword", Func, 0, "func(username string, password string) *Userinfo"},
		manifest.go#L9220: 		{"Chdir", Func, 0, "func(dir string) error"},
		manifest.go#L9221: 		{"Chmod", Func, 0, "func(name string, mode FileMode) error"},
		manifest.go#L9222: 		{"Chown", Func, 0, "func(name string, uid int, gid int) error"},
		manifest.go#L9223: 		{"Chtimes", Func, 0, "func(name string, atime time.Time, mtime time.Time) error"},
		manifest.go#L9224: 		{"Clearenv", Func, 0, "func()"},
		manifest.go#L9225: 		{"CopyFS", Func, 23, "func(dir string, fsys fs.FS) error"},
		manifest.go#L9226: 		{"Create", Func, 0, "func(name string) (*File, error)"},
		manifest.go#L9227: 		{"CreateTemp", Func, 16, "func(dir string, pattern string) (*File, error)"},
		manifest.go#L9230: 		{"DirFS", Func, 16, "func(dir string) fs.FS"},
		manifest.go#L9231: 		{"Environ", Func, 0, "func() []string"},
		manifest.go#L9240: 		{"Executable", Func, 8, "func() (string, error)"},
		manifest.go#L9241: 		{"Exit", Func, 0, "func(code int)"},
		manifest.go#L9242: 		{"Expand", Func, 0, "func(s string, mapping func(string) string) string"},
		manifest.go#L9243: 		{"ExpandEnv", Func, 0, "func(s string) string"},
		manifest.go#L9247: 		{"FindProcess", Func, 0, "func(pid int) (*Process, error)"},
		manifest.go#L9248: 		{"Getegid", Func, 0, "func() int"},
		manifest.go#L9249: 		{"Getenv", Func, 0, "func(key string) string"},
		manifest.go#L9250: 		{"Geteuid", Func, 0, "func() int"},
		manifest.go#L9251: 		{"Getgid", Func, 0, "func() int"},
		manifest.go#L9252: 		{"Getgroups", Func, 0, "func() ([]int, error)"},
		manifest.go#L9253: 		{"Getpagesize", Func, 0, "func() int"},
		manifest.go#L9254: 		{"Getpid", Func, 0, "func() int"},
		manifest.go#L9255: 		{"Getppid", Func, 0, "func() int"},
		manifest.go#L9256: 		{"Getuid", Func, 0, "func() int"},
		manifest.go#L9257: 		{"Getwd", Func, 0, "func() (dir string, err error)"},
		manifest.go#L9258: 		{"Hostname", Func, 0, "func() (name string, err error)"},
		manifest.go#L9260: 		{"IsExist", Func, 0, "func(err error) bool"},
		manifest.go#L9261: 		{"IsNotExist", Func, 0, "func(err error) bool"},
		manifest.go#L9262: 		{"IsPathSeparator", Func, 0, "func(c uint8) bool"},
		manifest.go#L9263: 		{"IsPermission", Func, 0, "func(err error) bool"},
		manifest.go#L9264: 		{"IsTimeout", Func, 10, "func(err error) bool"},
		manifest.go#L9266: 		{"Lchown", Func, 0, "func(name string, uid int, gid int) error"},
		manifest.go#L9267: 		{"Link", Func, 0, "func(oldname string, newname string) error"},
		manifest.go#L9273: 		{"LookupEnv", Func, 5, "func(key string) (string, bool)"},
		manifest.go#L9274: 		{"Lstat", Func, 0, "func(name string) (FileInfo, error)"},
		manifest.go#L9275: 		{"Mkdir", Func, 0, "func(name string, perm FileMode) error"},
		manifest.go#L9276: 		{"MkdirAll", Func, 0, "func(path string, perm FileMode) error"},
		manifest.go#L9277: 		{"MkdirTemp", Func, 16, "func(dir string, pattern string) (string, error)"},
		manifest.go#L9293: 		{"NewFile", Func, 0, "func(fd uintptr, name string) *File"},
		manifest.go#L9294: 		{"NewSyscallError", Func, 0, "func(syscall string, err error) error"},
		manifest.go#L9303: 		{"Open", Func, 0, "func(name string) (*File, error)"},
		manifest.go#L9304: 		{"OpenFile", Func, 0, "func(name string, flag int, perm FileMode) (*File, error)"},
		manifest.go#L9305: 		{"OpenInRoot", Func, 24, "func(dir string, name string) (*File, error)"},
		manifest.go#L9306: 		{"OpenRoot", Func, 24, "func(name string) (*Root, error)"},
		manifest.go#L9313: 		{"Pipe", Func, 0, "func() (r *File, w *File, err error)"},
		manifest.go#L9322: 		{"ReadDir", Func, 16, "func(name string) ([]DirEntry, error)"},
		manifest.go#L9323: 		{"ReadFile", Func, 16, "func(name string) ([]byte, error)"},
		manifest.go#L9324: 		{"Readlink", Func, 0, "func(name string) (string, error)"},
		manifest.go#L9325: 		{"Remove", Func, 0, "func(name string) error"},
		manifest.go#L9326: 		{"RemoveAll", Func, 0, "func(path string) error"},
		manifest.go#L9327: 		{"Rename", Func, 0, "func(oldpath string, newpath string) error"},
		manifest.go#L9332: 		{"SameFile", Func, 0, "func(fi1 FileInfo, fi2 FileInfo) bool"},
		manifest.go#L9333: 		{"Setenv", Func, 0, "func(key string, value string) error"},
		manifest.go#L9335: 		{"StartProcess", Func, 0, "func(name string, argv []string, attr *ProcAttr) (*Process, error)"},
		manifest.go#L9336: 		{"Stat", Func, 0, "func(name string) (FileInfo, error)"},
		manifest.go#L9340: 		{"Symlink", Func, 0, "func(oldname string, newname string) error"},
		manifest.go#L9344: 		{"TempDir", Func, 0, "func() string"},
		manifest.go#L9345: 		{"Truncate", Func, 0, "func(name string, size int64) error"},
		manifest.go#L9346: 		{"Unsetenv", Func, 4, "func(key string) error"},
		manifest.go#L9347: 		{"UserCacheDir", Func, 11, "func() (string, error)"},
		manifest.go#L9348: 		{"UserConfigDir", Func, 13, "func() (string, error)"},
		manifest.go#L9349: 		{"UserHomeDir", Func, 12, "func() (string, error)"},
		manifest.go#L9350: 		{"WriteFile", Func, 16, "func(name string, data []byte, perm FileMode) error"},
		manifest.go#L9390: 		{"Command", Func, 0, "func(name string, arg ...string) *Cmd"},
		manifest.go#L9391: 		{"CommandContext", Func, 7, "func(ctx context.Context, name string, arg ...string) *Cmd"},
		manifest.go#L9401: 		{"LookPath", Func, 0, "func(file string) (string, error)"},
		manifest.go#L9404: 		{"Ignore", Func, 5, "func(sig ...os.Signal)"},
		manifest.go#L9405: 		{"Ignored", Func, 11, "func(sig os.Signal) bool"},
		manifest.go#L9406: 		{"Notify", Func, 0, "func(c chan<- os.Signal, sig ...os.Signal)"},
		manifest.go#L9407: 		{"NotifyContext", Func, 16, "func(parent context.Context, signals ...os.Signal) (ctx context.Context, stop context.CancelFunc)"},
		manifest.go#L9408: 		{"Reset", Func, 5, "func(sig ...os.Signal)"},
		manifest.go#L9409: 		{"Stop", Func, 1, "func(c chan<- os.Signal)"},
		manifest.go#L9417: 		{"Current", Func, 0, "func() (*User, error)"},
		manifest.go#L9421: 		{"Lookup", Func, 0, "func(username string) (*User, error)"},
		manifest.go#L9422: 		{"LookupGroup", Func, 7, "func(name string) (*Group, error)"},
		manifest.go#L9423: 		{"LookupGroupId", Func, 7, "func(gid string) (*Group, error)"},
		manifest.go#L9424: 		{"LookupId", Func, 0, "func(uid string) (*User, error)"},
		manifest.go#L9437: 		{"Base", Func, 0, "func(path string) string"},
		manifest.go#L9438: 		{"Clean", Func, 0, "func(path string) string"},
		manifest.go#L9439: 		{"Dir", Func, 0, "func(path string) string"},
		manifest.go#L9441: 		{"Ext", Func, 0, "func(path string) string"},
		manifest.go#L9442: 		{"IsAbs", Func, 0, "func(path string) bool"},
		manifest.go#L9443: 		{"Join", Func, 0, "func(elem ...string) string"},
		manifest.go#L9444: 		{"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
		manifest.go#L9445: 		{"Split", Func, 0, "func(path string) (dir string, file string)"},
		manifest.go#L9448: 		{"Abs", Func, 0, "func(path string) (string, error)"},
		manifest.go#L9449: 		{"Base", Func, 0, "func(path string) string"},
		manifest.go#L9450: 		{"Clean", Func, 0, "func(path string) string"},
		manifest.go#L9451: 		{"Dir", Func, 0, "func(path string) string"},
		manifest.go#L9453: 		{"EvalSymlinks", Func, 0, "func(path string) (string, error)"},
		manifest.go#L9454: 		{"Ext", Func, 0, "func(path string) string"},
		manifest.go#L9455: 		{"FromSlash", Func, 0, "func(path string) string"},
		manifest.go#L9456: 		{"Glob", Func, 0, "func(pattern string) (matches []string, err error)"},
		manifest.go#L9457: 		{"HasPrefix", Func, 0, "func(p string, prefix string) bool"},
		manifest.go#L9458: 		{"IsAbs", Func, 0, "func(path string) bool"},
		manifest.go#L9459: 		{"IsLocal", Func, 20, "func(path string) bool"},
		manifest.go#L9460: 		{"Join", Func, 0, "func(elem ...string) string"},
		manifest.go#L9462: 		{"Localize", Func, 23, "func(path string) (string, error)"},
		manifest.go#L9463: 		{"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
		manifest.go#L9464: 		{"Rel", Func, 0, "func(basepath string, targpath string) (string, error)"},
		manifest.go#L9468: 		{"Split", Func, 0, "func(path string) (dir string, file string)"},
		manifest.go#L9469: 		{"SplitList", Func, 0, "func(path string) []string"},
		manifest.go#L9470: 		{"ToSlash", Func, 0, "func(path string) string"},
		manifest.go#L9471: 		{"VolumeName", Func, 0, "func(path string) string"},
		manifest.go#L9472: 		{"Walk", Func, 0, "func(root string, fn WalkFunc) error"},
		manifest.go#L9473: 		{"WalkDir", Func, 16, "func(root string, fn fs.WalkDirFunc) error"},
		manifest.go#L9478: 		{"Open", Func, 8, "func(path string) (*Plugin, error)"},
		manifest.go#L9571: 		{"Append", Func, 0, "func(s Value, x ...Value) Value"},
		manifest.go#L9572: 		{"AppendSlice", Func, 0, "func(s Value, t Value) Value"},
		manifest.go#L9574: 		{"ArrayOf", Func, 5, "func(length int, elem Type) Type"},
		manifest.go#L9579: 		{"ChanOf", Func, 1, "func(dir ChanDir, t Type) Type"},
		manifest.go#L9582: 		{"Copy", Func, 0, "func(dst Value, src Value) int"},
		manifest.go#L9583: 		{"DeepEqual", Func, 0, "func(x any, y any) bool"},
		manifest.go#L9587: 		{"FuncOf", Func, 5, "func(in []Type, out []Type, variadic bool) Type"},
		manifest.go#L9588: 		{"Indirect", Func, 0, "func(v Value) Value"},
		manifest.go#L9597: 		{"MakeChan", Func, 0, "func(typ Type, buffer int) Value"},
		manifest.go#L9598: 		{"MakeFunc", Func, 1, "func(typ Type, fn func(args []Value) (results []Value)) Value"},
		manifest.go#L9599: 		{"MakeMap", Func, 0, "func(typ Type) Value"},
		manifest.go#L9600: 		{"MakeMapWithSize", Func, 9, "func(typ Type, n int) Value"},
		manifest.go#L9601: 		{"MakeSlice", Func, 0, "func(typ Type, len int, cap int) Value"},
		manifest.go#L9604: 		{"MapOf", Func, 1, "func(key Type, elem Type) Type"},
		manifest.go#L9611: 		{"New", Func, 0, "func(typ Type) Value"},
		manifest.go#L9612: 		{"NewAt", Func, 0, "func(typ Type, p unsafe.Pointer) Value"},
		manifest.go#L9614: 		{"PointerTo", Func, 18, "func(t Type) Type"},
		manifest.go#L9616: 		{"PtrTo", Func, 0, "func(t Type) Type"},
		manifest.go#L9618: 		{"Select", Func, 1, "func(cases []SelectCase) (chosen int, recv Value, recvOK bool)"},
		manifest.go#L9629: 		{"SliceAt", Func, 23, "func(typ Type, p unsafe.Pointer, n int) Value"},
		manifest.go#L9634: 		{"SliceOf", Func, 1, "func(t Type) Type"},
		manifest.go#L9648: 		{"StructOf", Func, 7, "func(fields []StructField) Type"},
		manifest.go#L9650: 		{"Swapper", Func, 8, "func(slice any) func(i int, j int)"},
		manifest.go#L9652: 		{"TypeAssert", Func, 25, "func[T any](v Value) (T, bool)"},
		manifest.go#L9653: 		{"TypeFor", Func, 22, "func[T any]() Type"},
		manifest.go#L9654: 		{"TypeOf", Func, 0, "func(i any) Type"},
		manifest.go#L9666: 		{"ValueOf", Func, 0, "func(i any) Value"},
		manifest.go#L9667: 		{"VisibleFields", Func, 17, "func(t Type) []StructField"},
		manifest.go#L9668: 		{"Zero", Func, 0, "func(typ Type) Value"},
		manifest.go#L9711: 		{"Compile", Func, 0, "func(expr string) (*Regexp, error)"},
		manifest.go#L9712: 		{"CompilePOSIX", Func, 0, "func(expr string) (*Regexp, error)"},
		manifest.go#L9713: 		{"Match", Func, 0, "func(pattern string, b []byte) (matched bool, err error)"},
		manifest.go#L9714: 		{"MatchReader", Func, 0, "func(pattern string, r io.RuneReader) (matched bool, err error)"},
		manifest.go#L9715: 		{"MatchString", Func, 0, "func(pattern string, s string) (matched bool, err error)"},
		manifest.go#L9716: 		{"MustCompile", Func, 0, "func(str string) *Regexp"},
		manifest.go#L9717: 		{"MustCompilePOSIX", Func, 0, "func(str string) *Regexp"},
		manifest.go#L9718: 		{"QuoteMeta", Func, 0, "func(s string) string"},
		manifest.go#L9739: 		{"Compile", Func, 0, "func(re *Regexp) (*Prog, error)"},
		manifest.go#L9747: 		{"EmptyOpContext", Func, 0, "func(r1 rune, r2 rune) EmptyOp"},
		manifest.go#L9788: 		{"IsWordChar", Func, 0, "func(r rune) bool"},
		manifest.go#L9814: 		{"Parse", Func, 0, "func(s string, flags Flags) (*Regexp, error)"},
		manifest.go#L9853: 		{"AddCleanup", Func, 24, "func[T, S any](ptr *T, cleanup func(S), arg S) Cleanup"},
		manifest.go#L9854: 		{"BlockProfile", Func, 1, "func(p []BlockProfileRecord) (n int, ok bool)"},
		manifest.go#L9859: 		{"Breakpoint", Func, 0, "func()"},
		manifest.go#L9860: 		{"CPUProfile", Func, 0, "func() []byte"},
		manifest.go#L9861: 		{"Caller", Func, 0, "func(skip int) (pc uintptr, file string, line int, ok bool)"},
		manifest.go#L9862: 		{"Callers", Func, 0, "func(skip int, pc []uintptr) int"},
		manifest.go#L9863: 		{"CallersFrames", Func, 7, "func(callers []uintptr) *Frames"},
		manifest.go#L9876: 		{"FuncForPC", Func, 0, "func(pc uintptr) *Func"},
		manifest.go#L9877: 		{"GC", Func, 0, "func()"},
		manifest.go#L9879: 		{"GOMAXPROCS", Func, 0, "func(n int) int"},
		manifest.go#L9881: 		{"GOROOT", Func, 0, "func() string"},
		manifest.go#L9882: 		{"Goexit", Func, 0, "func()"},
		manifest.go#L9883: 		{"GoroutineProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
		manifest.go#L9884: 		{"Gosched", Func, 0, "func()"},
		manifest.go#L9885: 		{"KeepAlive", Func, 7, "func(x any)"},
		manifest.go#L9886: 		{"LockOSThread", Func, 0, "func()"},
		manifest.go#L9887: 		{"MemProfile", Func, 0, "func(p []MemProfileRecord, inuseZero bool) (n int, ok bool)"},
		manifest.go#L9928: 		{"MutexProfile", Func, 8, "func(p []BlockProfileRecord) (n int, ok bool)"},
		manifest.go#L9929: 		{"NumCPU", Func, 0, "func() int"},
		manifest.go#L9930: 		{"NumCgoCall", Func, 0, "func() int64"},
		manifest.go#L9931: 		{"NumGoroutine", Func, 0, "func() int"},
		manifest.go#L9934: 		{"ReadMemStats", Func, 0, "func(m *MemStats)"},
		manifest.go#L9935: 		{"ReadTrace", Func, 5, "func() []byte"},
		manifest.go#L9936: 		{"SetBlockProfileRate", Func, 1, "func(rate int)"},
		manifest.go#L9937: 		{"SetCPUProfileRate", Func, 0, "func(hz int)"},
		manifest.go#L9938: 		{"SetCgoTraceback", Func, 7, "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"},
		manifest.go#L9939: 		{"SetDefaultGOMAXPROCS", Func, 25, "func()"},
		manifest.go#L9940: 		{"SetFinalizer", Func, 0, "func(obj any, finalizer any)"},
		manifest.go#L9941: 		{"SetMutexProfileFraction", Func, 8, "func(rate int) int"},
		manifest.go#L9942: 		{"Stack", Func, 0, "func(buf []byte, all bool) int"},
		manifest.go#L9945: 		{"StartTrace", Func, 5, "func() error"},
		manifest.go#L9946: 		{"StopTrace", Func, 5, "func()"},
		manifest.go#L9947: 		{"ThreadCreateProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
		manifest.go#L9949: 		{"UnlockOSThread", Func, 0, "func()"},
		manifest.go#L9950: 		{"Version", Func, 0, "func() string"},
		manifest.go#L9957: 		{"NewHandle", Func, 17, ""},
		manifest.go#L9960: 		{"ClearCounters", Func, 20, "func() error"},
		manifest.go#L9961: 		{"WriteCounters", Func, 20, "func(w io.Writer) error"},
		manifest.go#L9962: 		{"WriteCountersDir", Func, 20, "func(dir string) error"},
		manifest.go#L9963: 		{"WriteMeta", Func, 20, "func(w io.Writer) error"},
		manifest.go#L9964: 		{"WriteMetaDir", Func, 20, "func(dir string) error"},
		manifest.go#L9978: 		{"FreeOSMemory", Func, 1, "func()"},
		manifest.go#L9991: 		{"ParseBuildInfo", Func, 18, "func(data string) (bi *BuildInfo, err error)"},
		manifest.go#L9992: 		{"PrintStack", Func, 0, "func()"},
		manifest.go#L9993: 		{"ReadBuildInfo", Func, 12, "func() (info *BuildInfo, ok bool)"},
		manifest.go#L9994: 		{"ReadGCStats", Func, 1, "func(stats *GCStats)"},
		manifest.go#L9995: 		{"SetCrashOutput", Func, 23, "func(f *os.File, opts CrashOptions) error"},
		manifest.go#L9996: 		{"SetGCPercent", Func, 1, "func(percent int) int"},
		manifest.go#L9997: 		{"SetMaxStack", Func, 2, "func(bytes int) int"},
		manifest.go#L9998: 		{"SetMaxThreads", Func, 2, "func(threads int) int"},
		manifest.go#L9999: 		{"SetMemoryLimit", Func, 19, "func(limit int64) int64"},
		manifest.go#L10000: 		{"SetPanicOnFault", Func, 3, "func(enabled bool) bool"},
		manifest.go#L10001: 		{"SetTraceback", Func, 6, "func(level string)"},
		manifest.go#L10002: 		{"Stack", Func, 0, "func() []byte"},
		manifest.go#L10003: 		{"WriteHeapDump", Func, 3, "func(fd uintptr)"},
		manifest.go#L10010: 		{"All", Func, 16, "func() []Description"},
		manifest.go#L10023: 		{"Read", Func, 16, "func(m []Sample)"},
		manifest.go#L10036: 		{"Do", Func, 9, "func(ctx context.Context, labels LabelSet, f func(context.Context))"},
		manifest.go#L10037: 		{"ForLabels", Func, 9, "func(ctx context.Context, f func(key string, value string) bool)"},
		manifest.go#L10038: 		{"Label", Func, 9, "func(ctx context.Context, key string) (string, bool)"},
		manifest.go#L10040: 		{"Labels", Func, 9, "func(args ...string) LabelSet"},
		manifest.go#L10041: 		{"Lookup", Func, 0, "func(name string) *Profile"},
		manifest.go#L10042: 		{"NewProfile", Func, 0, "func(name string) *Profile"},
		manifest.go#L10044: 		{"Profiles", Func, 0, "func() []*Profile"},
		manifest.go#L10045: 		{"SetGoroutineLabels", Func, 9, "func(ctx context.Context)"},
		manifest.go#L10046: 		{"StartCPUProfile", Func, 0, "func(w io.Writer) error"},
		manifest.go#L10047: 		{"StopCPUProfile", Func, 0, "func()"},
		manifest.go#L10048: 		{"WithLabels", Func, 9, "func(ctx context.Context, labels LabelSet) context.Context"},
		manifest.go#L10049: 		{"WriteHeapProfile", Func, 0, "func(w io.Writer) error"},
		manifest.go#L10062: 		{"IsEnabled", Func, 11, "func() bool"},
		manifest.go#L10063: 		{"Log", Func, 11, "func(ctx context.Context, category string, message string)"},
		manifest.go#L10064: 		{"Logf", Func, 11, "func(ctx context.Context, category string, format string, args ...any)"},
		manifest.go#L10065: 		{"NewFlightRecorder", Func, 25, "func(cfg FlightRecorderConfig) *FlightRecorder"},
		manifest.go#L10066: 		{"NewTask", Func, 11, "func(pctx context.Context, taskType string) (ctx context.Context, task *Task)"},
		manifest.go#L10068: 		{"Start", Func, 5, "func(w io.Writer) error"},
		manifest.go#L10069: 		{"StartRegion", Func, 11, "func(ctx context.Context, regionType string) *Region"},
		manifest.go#L10070: 		{"Stop", Func, 5, "func()"},
		manifest.go#L10072: 		{"WithRegion", Func, 11, "func(ctx context.Context, regionType string, fn func())"},
		manifest.go#L10075: 		{"All", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
		manifest.go#L10076: 		{"AppendSeq", Func, 23, "func[Slice ~[]E, E any](s Slice, seq iter.Seq[E]) Slice"},
		manifest.go#L10077: 		{"Backward", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
		manifest.go#L10078: 		{"BinarySearch", Func, 21, "func[S ~[]E, E cmp.Ordered](x S, target E) (int, bool)"},
		manifest.go#L10079: 		{"BinarySearchFunc", Func, 21, "func[S ~[]E, E, T any](x S, target T, cmp func(E, T) int) (int, bool)"},
		manifest.go#L10080: 		{"Chunk", Func, 23, "func[Slice ~[]E, E any](s Slice, n int) iter.Seq[Slice]"},
		manifest.go#L10081: 		{"Clip", Func, 21, "func[S ~[]E, E any](s S) S"},
		manifest.go#L10082: 		{"Clone", Func, 21, "func[S ~[]E, E any](s S) S"},
		manifest.go#L10083: 		{"Collect", Func, 23, "func[E any](seq iter.Seq[E]) []E"},
		manifest.go#L10084: 		{"Compact", Func, 21, "func[S ~[]E, E comparable](s S) S"},
		manifest.go#L10085: 		{"CompactFunc", Func, 21, "func[S ~[]E, E any](s S, eq func(E, E) bool) S"},
		manifest.go#L10086: 		{"Compare", Func, 21, "func[S ~[]E, E cmp.Ordered](s1 S, s2 S) int"},
		manifest.go#L10087: 		{"CompareFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(E1, E2) int) int"},
		manifest.go#L10088: 		{"Concat", Func, 22, "func[S ~[]E, E any](slices ...S) S"},
		manifest.go#L10089: 		{"Contains", Func, 21, "func[S ~[]E, E comparable](s S, v E) bool"},
		manifest.go#L10090: 		{"ContainsFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) bool"},
		manifest.go#L10091: 		{"Delete", Func, 21, "func[S ~[]E, E any](s S, i int, j int) S"},
		manifest.go#L10092: 		{"DeleteFunc", Func, 21, "func[S ~[]E, E any](s S, del func(E) bool) S"},
		manifest.go#L10093: 		{"Equal", Func, 21, "func[S ~[]E, E comparable](s1 S, s2 S) bool"},
		manifest.go#L10094: 		{"EqualFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool"},
		manifest.go#L10095: 		{"Grow", Func, 21, "func[S ~[]E, E any](s S, n int) S"},
		manifest.go#L10096: 		{"Index", Func, 21, "func[S ~[]E, E comparable](s S, v E) int"},
		manifest.go#L10097: 		{"IndexFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) int"},
		manifest.go#L10098: 		{"Insert", Func, 21, "func[S ~[]E, E any](s S, i int, v ...E) S"},
		manifest.go#L10099: 		{"IsSorted", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) bool"},
		manifest.go#L10100: 		{"IsSortedFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) bool"},
		manifest.go#L10101: 		{"Max", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
		manifest.go#L10102: 		{"MaxFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
		manifest.go#L10103: 		{"Min", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
		manifest.go#L10104: 		{"MinFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
		manifest.go#L10105: 		{"Repeat", Func, 23, "func[S ~[]E, E any](x S, count int) S"},
		manifest.go#L10106: 		{"Replace", Func, 21, "func[S ~[]E, E any](s S, i int, j int, v ...E) S"},
		manifest.go#L10107: 		{"Reverse", Func, 21, "func[S ~[]E, E any](s S)"},
		manifest.go#L10108: 		{"Sort", Func, 21, "func[S ~[]E, E cmp.Ordered](x S)"},
		manifest.go#L10109: 		{"SortFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
		manifest.go#L10110: 		{"SortStableFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
		manifest.go#L10111: 		{"Sorted", Func, 23, "func[E cmp.Ordered](seq iter.Seq[E]) []E"},
		manifest.go#L10112: 		{"SortedFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
		manifest.go#L10113: 		{"SortedStableFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
		manifest.go#L10114: 		{"Values", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq[E]"},
		manifest.go#L10132: 		{"Find", Func, 19, "func(n int, cmp func(int) int) (i int, found bool)"},
		manifest.go#L10134: 		{"Float64s", Func, 0, "func(x []float64)"},
		manifest.go#L10135: 		{"Float64sAreSorted", Func, 0, "func(x []float64) bool"},
		manifest.go#L10138: 		{"Ints", Func, 0, "func(x []int)"},
		manifest.go#L10139: 		{"IntsAreSorted", Func, 0, "func(x []int) bool"},
		manifest.go#L10140: 		{"IsSorted", Func, 0, "func(data Interface) bool"},
		manifest.go#L10141: 		{"Reverse", Func, 1, "func(data Interface) Interface"},
		manifest.go#L10142: 		{"Search", Func, 0, "func(n int, f func(int) bool) int"},
		manifest.go#L10143: 		{"SearchFloat64s", Func, 0, "func(a []float64, x float64) int"},
		manifest.go#L10144: 		{"SearchInts", Func, 0, "func(a []int, x int) int"},
		manifest.go#L10145: 		{"SearchStrings", Func, 0, "func(a []string, x string) int"},
		manifest.go#L10146: 		{"Slice", Func, 8, "func(x any, less func(i int, j int) bool)"},
		manifest.go#L10147: 		{"SliceIsSorted", Func, 8, "func(x any, less func(i int, j int) bool) bool"},
		manifest.go#L10148: 		{"SliceStable", Func, 8, "func(x any, less func(i int, j int) bool)"},
		manifest.go#L10149: 		{"Sort", Func, 0, "func(data Interface)"},
		manifest.go#L10150: 		{"Stable", Func, 2, "func(data Interface)"},
		manifest.go#L10152: 		{"Strings", Func, 0, "func(x []string)"},
		manifest.go#L10153: 		{"StringsAreSorted", Func, 0, "func(x []string) bool"},
		manifest.go#L10158: 		{"AppendBool", Func, 0, "func(dst []byte, b bool) []byte"},
		manifest.go#L10159: 		{"AppendFloat", Func, 0, "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"},
		manifest.go#L10160: 		{"AppendInt", Func, 0, "func(dst []byte, i int64, base int) []byte"},
		manifest.go#L10161: 		{"AppendQuote", Func, 0, "func(dst []byte, s string) []byte"},
		manifest.go#L10162: 		{"AppendQuoteRune", Func, 0, "func(dst []byte, r rune) []byte"},
		manifest.go#L10163: 		{"AppendQuoteRuneToASCII", Func, 0, "func(dst []byte, r rune) []byte"},
		manifest.go#L10164: 		{"AppendQuoteRuneToGraphic", Func, 6, "func(dst []byte, r rune) []byte"},
		manifest.go#L10165: 		{"AppendQuoteToASCII", Func, 0, "func(dst []byte, s string) []byte"},
		manifest.go#L10166: 		{"AppendQuoteToGraphic", Func, 6, "func(dst []byte, s string) []byte"},
		manifest.go#L10167: 		{"AppendUint", Func, 0, "func(dst []byte, i uint64, base int) []byte"},
		manifest.go#L10168: 		{"Atoi", Func, 0, "func(s string) (int, error)"},
		manifest.go#L10169: 		{"CanBackquote", Func, 0, "func(s string) bool"},
		manifest.go#L10172: 		{"FormatBool", Func, 0, "func(b bool) string"},
		manifest.go#L10173: 		{"FormatComplex", Func, 15, "func(c complex128, fmt byte, prec int, bitSize int) string"},
		manifest.go#L10174: 		{"FormatFloat", Func, 0, "func(f float64, fmt byte, prec int, bitSize int) string"},
		manifest.go#L10175: 		{"FormatInt", Func, 0, "func(i int64, base int) string"},
		manifest.go#L10176: 		{"FormatUint", Func, 0, "func(i uint64, base int) string"},
		manifest.go#L10178: 		{"IsGraphic", Func, 6, "func(r rune) bool"},
		manifest.go#L10179: 		{"IsPrint", Func, 0, "func(r rune) bool"},
		manifest.go#L10180: 		{"Itoa", Func, 0, "func(i int) string"},
		manifest.go#L10185: 		{"ParseBool", Func, 0, "func(str string) (bool, error)"},
		manifest.go#L10186: 		{"ParseComplex", Func, 15, "func(s string, bitSize int) (complex128, error)"},
		manifest.go#L10187: 		{"ParseFloat", Func, 0, "func(s string, bitSize int) (float64, error)"},
		manifest.go#L10188: 		{"ParseInt", Func, 0, "func(s string, base int, bitSize int) (i int64, err error)"},
		manifest.go#L10189: 		{"ParseUint", Func, 0, "func(s string, base int, bitSize int) (uint64, error)"},
		manifest.go#L10190: 		{"Quote", Func, 0, "func(s string) string"},
		manifest.go#L10191: 		{"QuoteRune", Func, 0, "func(r rune) string"},
		manifest.go#L10192: 		{"QuoteRuneToASCII", Func, 0, "func(r rune) string"},
		manifest.go#L10193: 		{"QuoteRuneToGraphic", Func, 6, "func(r rune) string"},
		manifest.go#L10194: 		{"QuoteToASCII", Func, 0, "func(s string) string"},
		manifest.go#L10195: 		{"QuoteToGraphic", Func, 6, "func(s string) string"},
		manifest.go#L10196: 		{"QuotedPrefix", Func, 17, "func(s string) (string, error)"},
		manifest.go#L10197: 		{"Unquote", Func, 0, "func(s string) (string, error)"},
		manifest.go#L10198: 		{"UnquoteChar", Func, 0, "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"},
		manifest.go#L10224: 		{"Clone", Func, 18, "func(s string) string"},
		manifest.go#L10225: 		{"Compare", Func, 5, "func(a string, b string) int"},
		manifest.go#L10226: 		{"Contains", Func, 0, "func(s string, substr string) bool"},
		manifest.go#L10227: 		{"ContainsAny", Func, 0, "func(s string, chars string) bool"},
		manifest.go#L10228: 		{"ContainsFunc", Func, 21, "func(s string, f func(rune) bool) bool"},
		manifest.go#L10229: 		{"ContainsRune", Func, 0, "func(s string, r rune) bool"},
		manifest.go#L10230: 		{"Count", Func, 0, "func(s string, substr string) int"},
		manifest.go#L10231: 		{"Cut", Func, 18, "func(s string, sep string) (before string, after string, found bool)"},
		manifest.go#L10232: 		{"CutPrefix", Func, 20, "func(s string, prefix string) (after string, found bool)"},
		manifest.go#L10233: 		{"CutSuffix", Func, 20, "func(s string, suffix string) (before string, found bool)"},
		manifest.go#L10234: 		{"EqualFold", Func, 0, "func(s string, t string) bool"},
		manifest.go#L10235: 		{"Fields", Func, 0, "func(s string) []string"},
		manifest.go#L10236: 		{"FieldsFunc", Func, 0, "func(s string, f func(rune) bool) []string"},
		manifest.go#L10237: 		{"FieldsFuncSeq", Func, 24, "func(s string, f func(rune) bool) iter.Seq[string]"},
		manifest.go#L10238: 		{"FieldsSeq", Func, 24, "func(s string) iter.Seq[string]"},
		manifest.go#L10239: 		{"HasPrefix", Func, 0, "func(s string, prefix string) bool"},
		manifest.go#L10240: 		{"HasSuffix", Func, 0, "func(s string, suffix string) bool"},
		manifest.go#L10241: 		{"Index", Func, 0, "func(s string, substr string) int"},
		manifest.go#L10242: 		{"IndexAny", Func, 0, "func(s string, chars string) int"},
		manifest.go#L10243: 		{"IndexByte", Func, 2, "func(s string, c byte) int"},
		manifest.go#L10244: 		{"IndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
		manifest.go#L10245: 		{"IndexRune", Func, 0, "func(s string, r rune) int"},
		manifest.go#L10246: 		{"Join", Func, 0, "func(elems []string, sep string) string"},
		manifest.go#L10247: 		{"LastIndex", Func, 0, "func(s string, substr string) int"},
		manifest.go#L10248: 		{"LastIndexAny", Func, 0, "func(s string, chars string) int"},
		manifest.go#L10249: 		{"LastIndexByte", Func, 5, "func(s string, c byte) int"},
		manifest.go#L10250: 		{"LastIndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
		manifest.go#L10251: 		{"Lines", Func, 24, "func(s string) iter.Seq[string]"},
		manifest.go#L10252: 		{"Map", Func, 0, "func(mapping func(rune) rune, s string) string"},
		manifest.go#L10253: 		{"NewReader", Func, 0, "func(s string) *Reader"},
		manifest.go#L10254: 		{"NewReplacer", Func, 0, "func(oldnew ...string) *Replacer"},
		manifest.go#L10256: 		{"Repeat", Func, 0, "func(s string, count int) string"},
		manifest.go#L10257: 		{"Replace", Func, 0, "func(s string, old string, new string, n int) string"},
		manifest.go#L10258: 		{"ReplaceAll", Func, 12, "func(s string, old string, new string) string"},
		manifest.go#L10260: 		{"Split", Func, 0, "func(s string, sep string) []string"},
		manifest.go#L10261: 		{"SplitAfter", Func, 0, "func(s string, sep string) []string"},
		manifest.go#L10262: 		{"SplitAfterN", Func, 0, "func(s string, sep string, n int) []string"},
		manifest.go#L10263: 		{"SplitAfterSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
		manifest.go#L10264: 		{"SplitN", Func, 0, "func(s string, sep string, n int) []string"},
		manifest.go#L10265: 		{"SplitSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
		manifest.go#L10266: 		{"Title", Func, 0, "func(s string) string"},
		manifest.go#L10267: 		{"ToLower", Func, 0, "func(s string) string"},
		manifest.go#L10268: 		{"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
		manifest.go#L10269: 		{"ToTitle", Func, 0, "func(s string) string"},
		manifest.go#L10270: 		{"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
		manifest.go#L10271: 		{"ToUpper", Func, 0, "func(s string) string"},
		manifest.go#L10272: 		{"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
		manifest.go#L10273: 		{"ToValidUTF8", Func, 13, "func(s string, replacement string) string"},
		manifest.go#L10274: 		{"Trim", Func, 0, "func(s string, cutset string) string"},
		manifest.go#L10275: 		{"TrimFunc", Func, 0, "func(s string, f func(rune) bool) string"},
		manifest.go#L10276: 		{"TrimLeft", Func, 0, "func(s string, cutset string) string"},
		manifest.go#L10277: 		{"TrimLeftFunc", Func, 0, "func(s string, f func(rune) bool) string"},
		manifest.go#L10278: 		{"TrimPrefix", Func, 1, "func(s string, prefix string) string"},
		manifest.go#L10279: 		{"TrimRight", Func, 0, "func(s string, cutset string) string"},
		manifest.go#L10280: 		{"TrimRightFunc", Func, 0, "func(s string, f func(rune) bool) string"},
		manifest.go#L10281: 		{"TrimSpace", Func, 0, "func(s string) string"},
		manifest.go#L10282: 		{"TrimSuffix", Func, 1, "func(s string, suffix string) string"},
		manifest.go#L10323: 		{"NewCond", Func, 0, "func(l Locker) *Cond"},
		manifest.go#L10325: 		{"OnceFunc", Func, 21, "func(f func()) func()"},
		manifest.go#L10326: 		{"OnceValue", Func, 21, "func[T any](f func() T) func() T"},
		manifest.go#L10327: 		{"OnceValues", Func, 21, "func[T1, T2 any](f func() (T1, T2)) func() (T1, T2)"},
		manifest.go#L10381: 		{"AddInt32", Func, 0, "func(addr *int32, delta int32) (new int32)"},
		manifest.go#L10382: 		{"AddInt64", Func, 0, "func(addr *int64, delta int64) (new int64)"},
		manifest.go#L10383: 		{"AddUint32", Func, 0, "func(addr *uint32, delta uint32) (new uint32)"},
		manifest.go#L10384: 		{"AddUint64", Func, 0, "func(addr *uint64, delta uint64) (new uint64)"},
		manifest.go#L10385: 		{"AddUintptr", Func, 0, "func(addr *uintptr, delta uintptr) (new uintptr)"},
		manifest.go#L10386: 		{"AndInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
		manifest.go#L10387: 		{"AndInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
		manifest.go#L10388: 		{"AndUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
		manifest.go#L10389: 		{"AndUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
		manifest.go#L10390: 		{"AndUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
		manifest.go#L10392: 		{"CompareAndSwapInt32", Func, 0, "func(addr *int32, old int32, new int32) (swapped bool)"},
		manifest.go#L10393: 		{"CompareAndSwapInt64", Func, 0, "func(addr *int64, old int64, new int64) (swapped bool)"},
		manifest.go#L10394: 		{"CompareAndSwapPointer", Func, 0, "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"},
		manifest.go#L10395: 		{"CompareAndSwapUint32", Func, 0, "func(addr *uint32, old uint32, new uint32) (swapped bool)"},
		manifest.go#L10396: 		{"CompareAndSwapUint64", Func, 0, "func(addr *uint64, old uint64, new uint64) (swapped bool)"},
		manifest.go#L10397: 		{"CompareAndSwapUintptr", Func, 0, "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"},
		manifest.go#L10400: 		{"LoadInt32", Func, 0, "func(addr *int32) (val int32)"},
		manifest.go#L10401: 		{"LoadInt64", Func, 0, "func(addr *int64) (val int64)"},
		manifest.go#L10402: 		{"LoadPointer", Func, 0, "func(addr *unsafe.Pointer) (val unsafe.Pointer)"},
		manifest.go#L10403: 		{"LoadUint32", Func, 0, "func(addr *uint32) (val uint32)"},
		manifest.go#L10404: 		{"LoadUint64", Func, 0, "func(addr *uint64) (val uint64)"},
		manifest.go#L10405: 		{"LoadUintptr", Func, 0, "func(addr *uintptr) (val uintptr)"},
		manifest.go#L10406: 		{"OrInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
		manifest.go#L10407: 		{"OrInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
		manifest.go#L10408: 		{"OrUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
		manifest.go#L10409: 		{"OrUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
		manifest.go#L10410: 		{"OrUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
		manifest.go#L10412: 		{"StoreInt32", Func, 0, "func(addr *int32, val int32)"},
		manifest.go#L10413: 		{"StoreInt64", Func, 0, "func(addr *int64, val int64)"},
		manifest.go#L10414: 		{"StorePointer", Func, 0, "func(addr *unsafe.Pointer, val unsafe.Pointer)"},
		manifest.go#L10415: 		{"StoreUint32", Func, 0, "func(addr *uint32, val uint32)"},
		manifest.go#L10416: 		{"StoreUint64", Func, 0, "func(addr *uint64, val uint64)"},
		manifest.go#L10417: 		{"StoreUintptr", Func, 0, "func(addr *uintptr, val uintptr)"},
		manifest.go#L10418: 		{"SwapInt32", Func, 2, "func(addr *int32, new int32) (old int32)"},
		manifest.go#L10419: 		{"SwapInt64", Func, 2, "func(addr *int64, new int64) (old int64)"},
		manifest.go#L10420: 		{"SwapPointer", Func, 2, "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"},
		manifest.go#L10421: 		{"SwapUint32", Func, 2, "func(addr *uint32, new uint32) (old uint32)"},
		manifest.go#L10422: 		{"SwapUint64", Func, 2, "func(addr *uint64, new uint64) (old uint64)"},
		manifest.go#L10423: 		{"SwapUintptr", Func, 2, "func(addr *uintptr, new uintptr) (old uintptr)"},
		manifest.go#L10668: 		{"Accept", Func, 0, "func(fd int) (nfd int, sa Sockaddr, err error)"},
		manifest.go#L10669: 		{"Accept4", Func, 1, "func(fd int, flags int) (nfd int, sa Sockaddr, err error)"},
		manifest.go#L10670: 		{"AcceptEx", Func, 0, ""},
		manifest.go#L10671: 		{"Access", Func, 0, "func(path string, mode uint32) (err error)"},
		manifest.go#L10672: 		{"Acct", Func, 0, "func(path string) (err error)"},
		manifest.go#L10682: 		{"Adjtime", Func, 0, ""},
		manifest.go#L10683: 		{"Adjtimex", Func, 0, "func(buf *Timex) (state int, err error)"},
		manifest.go#L10684: 		{"AllThreadsSyscall", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
		manifest.go#L10685: 		{"AllThreadsSyscall6", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
		manifest.go#L10686: 		{"AttachLsf", Func, 0, "func(fd int, i []SockFilter) error"},
		manifest.go#L10836: 		{"Bind", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
		manifest.go#L10837: 		{"BindToDevice", Func, 0, "func(fd int, device string) (err error)"},
		manifest.go#L10838: 		{"BpfBuflen", Func, 0, ""},
		manifest.go#L10839: 		{"BpfDatalink", Func, 0, ""},
		manifest.go#L10846: 		{"BpfHeadercmpl", Func, 0, ""},
		manifest.go#L10852: 		{"BpfInterface", Func, 0, ""},
		manifest.go#L10853: 		{"BpfJump", Func, 0, ""},
		manifest.go#L10863: 		{"BpfStats", Func, 0, ""},
		manifest.go#L10864: 		{"BpfStmt", Func, 0, ""},
		manifest.go#L10865: 		{"BpfTimeout", Func, 0, ""},
		manifest.go#L10892: 		{"BytePtrFromString", Func, 1, "func(s string) (*byte, error)"},
		manifest.go#L10893: 		{"ByteSliceFromString", Func, 1, "func(s string) ([]byte, error)"},
		manifest.go#L10992: 		{"CancelIo", Func, 0, ""},
		manifest.go#L10993: 		{"CancelIoEx", Func, 1, ""},
		manifest.go#L10994: 		{"CertAddCertificateContextToStore", Func, 0, ""},
		manifest.go#L11030: 		{"CertCloseStore", Func, 0, ""},
		manifest.go#L11037: 		{"CertCreateCertificateContext", Func, 0, ""},
		manifest.go#L11041: 		{"CertEnumCertificatesInStore", Func, 0, ""},
		manifest.go#L11042: 		{"CertFreeCertificateChain", Func, 0, ""},
		manifest.go#L11043: 		{"CertFreeCertificateContext", Func, 0, ""},
		manifest.go#L11044: 		{"CertGetCertificateChain", Func, 0, ""},
		manifest.go#L11046: 		{"CertOpenStore", Func, 0, ""},
		manifest.go#L11047: 		{"CertOpenSystemStore", Func, 0, ""},
		manifest.go#L11072: 		{"CertVerifyCertificateChainPolicy", Func, 0, ""},
		manifest.go#L11073: 		{"Chdir", Func, 0, "func(path string) (err error)"},
		manifest.go#L11074: 		{"CheckBpfVersion", Func, 0, ""},
		manifest.go#L11075: 		{"Chflags", Func, 0, ""},
		manifest.go#L11076: 		{"Chmod", Func, 0, "func(path string, mode uint32) (err error)"},
		manifest.go#L11077: 		{"Chown", Func, 0, "func(path string, uid int, gid int) (err error)"},
		manifest.go#L11078: 		{"Chroot", Func, 0, "func(path string) (err error)"},
		manifest.go#L11079: 		{"Clearenv", Func, 0, "func()"},
		manifest.go#L11080: 		{"Close", Func, 0, "func(fd int) (err error)"},
		manifest.go#L11081: 		{"CloseHandle", Func, 0, ""},
		manifest.go#L11082: 		{"CloseOnExec", Func, 0, "func(fd int)"},
		manifest.go#L11083: 		{"Closesocket", Func, 0, ""},
		manifest.go#L11084: 		{"CmsgLen", Func, 0, "func(datalen int) int"},
		manifest.go#L11085: 		{"CmsgSpace", Func, 0, "func(datalen int) int"},
		manifest.go#L11091: 		{"CommandLineToArgv", Func, 0, ""},
		manifest.go#L11092: 		{"ComputerName", Func, 0, ""},
		manifest.go#L11094: 		{"Connect", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
		manifest.go#L11095: 		{"ConnectEx", Func, 1, ""},
		manifest.go#L11096: 		{"ConvertSidToStringSid", Func, 0, ""},
		manifest.go#L11097: 		{"ConvertStringSidToSid", Func, 0, ""},
		manifest.go#L11098: 		{"CopySid", Func, 0, ""},
		manifest.go#L11099: 		{"Creat", Func, 0, "func(path string, mode uint32) (fd int, err error)"},
		manifest.go#L11100: 		{"CreateDirectory", Func, 0, ""},
		manifest.go#L11101: 		{"CreateFile", Func, 0, ""},
		manifest.go#L11102: 		{"CreateFileMapping", Func, 0, ""},
		manifest.go#L11103: 		{"CreateHardLink", Func, 4, ""},
		manifest.go#L11104: 		{"CreateIoCompletionPort", Func, 0, ""},
		manifest.go#L11105: 		{"CreatePipe", Func, 0, ""},
		manifest.go#L11106: 		{"CreateProcess", Func, 0, ""},
		manifest.go#L11107: 		{"CreateProcessAsUser", Func, 10, ""},
		manifest.go#L11108: 		{"CreateSymbolicLink", Func, 4, ""},
		manifest.go#L11109: 		{"CreateToolhelp32Snapshot", Func, 4, ""},
		manifest.go#L11115: 		{"CryptAcquireContext", Func, 0, ""},
		manifest.go#L11116: 		{"CryptGenRandom", Func, 0, ""},
		manifest.go#L11117: 		{"CryptReleaseContext", Func, 0, ""},
		manifest.go#L11390: 		{"DeleteFile", Func, 0, ""},
		manifest.go#L11391: 		{"DetachLsf", Func, 0, "func(fd int) error"},
		manifest.go#L11392: 		{"DeviceIoControl", Func, 4, ""},
		manifest.go#L11406: 		{"DnsNameCompare", Func, 4, ""},
		manifest.go#L11407: 		{"DnsQuery", Func, 0, ""},
		manifest.go#L11408: 		{"DnsRecordListFree", Func, 0, ""},
		manifest.go#L11413: 		{"Dup", Func, 0, "func(oldfd int) (fd int, err error)"},
		manifest.go#L11414: 		{"Dup2", Func, 0, "func(oldfd int, newfd int) (err error)"},
		manifest.go#L11415: 		{"Dup3", Func, 2, "func(oldfd int, newfd int, flags int) (err error)"},
		manifest.go#L11416: 		{"DuplicateHandle", Func, 0, ""},
		manifest.go#L11945: 		{"Environ", Func, 0, "func() []string"},
		manifest.go#L11946: 		{"EpollCreate", Func, 0, "func(size int) (fd int, err error)"},
		manifest.go#L11947: 		{"EpollCreate1", Func, 0, "func(flag int) (fd int, err error)"},
		manifest.go#L11948: 		{"EpollCtl", Func, 0, "func(epfd int, op int, fd int, event *EpollEvent) (err error)"},
		manifest.go#L11954: 		{"EpollWait", Func, 0, "func(epfd int, events []EpollEvent, msec int) (n int, err error)"},
		manifest.go#L11956: 		{"EscapeArg", Func, 0, ""},
		manifest.go#L11957: 		{"Exchangedata", Func, 0, ""},
		manifest.go#L11958: 		{"Exec", Func, 0, "func(argv0 string, argv []string, envv []string) (err error)"},
		manifest.go#L11959: 		{"Exit", Func, 0, "func(code int)"},
		manifest.go#L11960: 		{"ExitProcess", Func, 0, ""},
		manifest.go#L12105: 		{"Faccessat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) (err error)"},
		manifest.go#L12106: 		{"Fallocate", Func, 0, "func(fd int, mode uint32, off int64, len int64) (err error)"},
		manifest.go#L12111: 		{"Fchdir", Func, 0, "func(fd int) (err error)"},
		manifest.go#L12112: 		{"Fchflags", Func, 0, ""},
		manifest.go#L12113: 		{"Fchmod", Func, 0, "func(fd int, mode uint32) (err error)"},
		manifest.go#L12114: 		{"Fchmodat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) error"},
		manifest.go#L12115: 		{"Fchown", Func, 0, "func(fd int, uid int, gid int) (err error)"},
		manifest.go#L12116: 		{"Fchownat", Func, 0, "func(dirfd int, path string, uid int, gid int, flags int) (err error)"},
		manifest.go#L12117: 		{"FcntlFlock", Func, 3, "func(fd uintptr, cmd int, lk *Flock_t) error"},
		manifest.go#L12121: 		{"Fdatasync", Func, 0, "func(fd int) (err error)"},
		manifest.go#L12130: 		{"FindClose", Func, 0, ""},
		manifest.go#L12131: 		{"FindFirstFile", Func, 0, ""},
		manifest.go#L12132: 		{"FindNextFile", Func, 0, ""},
		manifest.go#L12133: 		{"Flock", Func, 0, "func(fd int, how int) (err error)"},
		manifest.go#L12143: 		{"FlushBpf", Func, 0, ""},
		manifest.go#L12144: 		{"FlushFileBuffers", Func, 0, ""},
		manifest.go#L12145: 		{"FlushViewOfFile", Func, 0, ""},
		manifest.go#L12146: 		{"ForkExec", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)"},
		manifest.go#L12148: 		{"FormatMessage", Func, 0, ""},
		manifest.go#L12149: 		{"Fpathconf", Func, 0, ""},
		manifest.go#L12150: 		{"FreeAddrInfoW", Func, 1, ""},
		manifest.go#L12151: 		{"FreeEnvironmentStrings", Func, 0, ""},
		manifest.go#L12152: 		{"FreeLibrary", Func, 0, ""},
		manifest.go#L12157: 		{"Fstat", Func, 0, "func(fd int, stat *Stat_t) (err error)"},
		manifest.go#L12158: 		{"Fstatat", Func, 12, ""},
		manifest.go#L12159: 		{"Fstatfs", Func, 0, "func(fd int, buf *Statfs_t) (err error)"},
		manifest.go#L12166: 		{"Fsync", Func, 0, "func(fd int) (err error)"},
		manifest.go#L12167: 		{"Ftruncate", Func, 0, "func(fd int, length int64) (err error)"},
		manifest.go#L12168: 		{"FullPath", Func, 4, ""},
		manifest.go#L12169: 		{"Futimes", Func, 0, "func(fd int, tv []Timeval) (err error)"},
		manifest.go#L12170: 		{"Futimesat", Func, 0, "func(dirfd int, path string, tv []Timeval) (err error)"},
		manifest.go#L12180: 		{"GetAcceptExSockaddrs", Func, 0, ""},
		manifest.go#L12181: 		{"GetAdaptersInfo", Func, 0, ""},
		manifest.go#L12182: 		{"GetAddrInfoW", Func, 1, ""},
		manifest.go#L12183: 		{"GetCommandLine", Func, 0, ""},
		manifest.go#L12184: 		{"GetComputerName", Func, 0, ""},
		manifest.go#L12185: 		{"GetConsoleMode", Func, 1, ""},
		manifest.go#L12186: 		{"GetCurrentDirectory", Func, 0, ""},
		manifest.go#L12187: 		{"GetCurrentProcess", Func, 0, ""},
		manifest.go#L12188: 		{"GetEnvironmentStrings", Func, 0, ""},
		manifest.go#L12189: 		{"GetEnvironmentVariable", Func, 0, ""},
		manifest.go#L12190: 		{"GetExitCodeProcess", Func, 0, ""},
		manifest.go#L12191: 		{"GetFileAttributes", Func, 0, ""},
		manifest.go#L12192: 		{"GetFileAttributesEx", Func, 0, ""},
		manifest.go#L12195: 		{"GetFileInformationByHandle", Func, 0, ""},
		manifest.go#L12196: 		{"GetFileType", Func, 0, ""},
		manifest.go#L12197: 		{"GetFullPathName", Func, 0, ""},
		manifest.go#L12198: 		{"GetHostByName", Func, 0, ""},
		manifest.go#L12199: 		{"GetIfEntry", Func, 0, ""},
		manifest.go#L12200: 		{"GetLastError", Func, 0, ""},
		manifest.go#L12201: 		{"GetLengthSid", Func, 0, ""},
		manifest.go#L12202: 		{"GetLongPathName", Func, 0, ""},
		manifest.go#L12203: 		{"GetProcAddress", Func, 0, ""},
		manifest.go#L12204: 		{"GetProcessTimes", Func, 0, ""},
		manifest.go#L12205: 		{"GetProtoByName", Func, 0, ""},
		manifest.go#L12206: 		{"GetQueuedCompletionStatus", Func, 0, ""},
		manifest.go#L12207: 		{"GetServByName", Func, 0, ""},
		manifest.go#L12208: 		{"GetShortPathName", Func, 0, ""},
		manifest.go#L12209: 		{"GetStartupInfo", Func, 0, ""},
		manifest.go#L12210: 		{"GetStdHandle", Func, 0, ""},
		manifest.go#L12211: 		{"GetSystemTimeAsFileTime", Func, 0, ""},
		manifest.go#L12212: 		{"GetTempPath", Func, 0, ""},
		manifest.go#L12213: 		{"GetTimeZoneInformation", Func, 0, ""},
		manifest.go#L12214: 		{"GetTokenInformation", Func, 0, ""},
		manifest.go#L12215: 		{"GetUserNameEx", Func, 0, ""},
		manifest.go#L12216: 		{"GetUserProfileDirectory", Func, 0, ""},
		manifest.go#L12217: 		{"GetVersion", Func, 0, ""},
		manifest.go#L12218: 		{"Getcwd", Func, 0, "func(buf []byte) (n int, err error)"},
		manifest.go#L12219: 		{"Getdents", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
		manifest.go#L12220: 		{"Getdirentries", Func, 0, ""},
		manifest.go#L12221: 		{"Getdtablesize", Func, 0, ""},
		manifest.go#L12222: 		{"Getegid", Func, 0, "func() (egid int)"},
		manifest.go#L12223: 		{"Getenv", Func, 0, "func(key string) (value string, found bool)"},
		manifest.go#L12224: 		{"Geteuid", Func, 0, "func() (euid int)"},
		manifest.go#L12225: 		{"Getfsstat", Func, 0, ""},
		manifest.go#L12226: 		{"Getgid", Func, 0, "func() (gid int)"},
		manifest.go#L12227: 		{"Getgroups", Func, 0, "func() (gids []int, err error)"},
		manifest.go#L12228: 		{"Getpagesize", Func, 0, "func() int"},
		manifest.go#L12229: 		{"Getpeername", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
		manifest.go#L12230: 		{"Getpgid", Func, 0, "func(pid int) (pgid int, err error)"},
		manifest.go#L12231: 		{"Getpgrp", Func, 0, "func() (pid int)"},
		manifest.go#L12232: 		{"Getpid", Func, 0, "func() (pid int)"},
		manifest.go#L12233: 		{"Getppid", Func, 0, "func() (ppid int)"},
		manifest.go#L12234: 		{"Getpriority", Func, 0, "func(which int, who int) (prio int, err error)"},
		manifest.go#L12235: 		{"Getrlimit", Func, 0, "func(resource int, rlim *Rlimit) (err error)"},
		manifest.go#L12236: 		{"Getrusage", Func, 0, "func(who int, rusage *Rusage) (err error)"},
		manifest.go#L12237: 		{"Getsid", Func, 0, ""},
		manifest.go#L12238: 		{"Getsockname", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
		manifest.go#L12239: 		{"Getsockopt", Func, 1, ""},
		manifest.go#L12240: 		{"GetsockoptByte", Func, 0, ""},
		manifest.go#L12241: 		{"GetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int) (*ICMPv6Filter, error)"},
		manifest.go#L12242: 		{"GetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int) (*IPMreq, error)"},
		manifest.go#L12243: 		{"GetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int) (*IPMreqn, error)"},
		manifest.go#L12244: 		{"GetsockoptIPv6MTUInfo", Func, 2, "func(fd int, level int, opt int) (*IPv6MTUInfo, error)"},
		manifest.go#L12245: 		{"GetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int) (*IPv6Mreq, error)"},
		manifest.go#L12246: 		{"GetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int) (value [4]byte, err error)"},
		manifest.go#L12247: 		{"GetsockoptInt", Func, 0, "func(fd int, level int, opt int) (value int, err error)"},
		manifest.go#L12248: 		{"GetsockoptUcred", Func, 1, "func(fd int, level int, opt int) (*Ucred, error)"},
		manifest.go#L12249: 		{"Gettid", Func, 0, "func() (tid int)"},
		manifest.go#L12250: 		{"Gettimeofday", Func, 0, "func(tv *Timeval) (err error)"},
		manifest.go#L12251: 		{"Getuid", Func, 0, "func() (uid int)"},
		manifest.go#L12252: 		{"Getwd", Func, 0, "func() (wd string, err error)"},
		manifest.go#L12253: 		{"Getxattr", Func, 1, "func(path string, attr string, dest []byte) (sz int, err error)"},
		manifest.go#L13124: 		{"InotifyAddWatch", Func, 0, "func(fd int, pathname string, mask uint32) (watchdesc int, err error)"},
		manifest.go#L13131: 		{"InotifyInit", Func, 0, "func() (fd int, err error)"},
		manifest.go#L13132: 		{"InotifyInit1", Func, 0, "func(flags int) (fd int, err error)"},
		manifest.go#L13133: 		{"InotifyRmWatch", Func, 0, "func(fd int, watchdesc uint32) (success int, err error)"},
		manifest.go#L13151: 		{"Ioperm", Func, 0, "func(from int, num int, on int) (err error)"},
		manifest.go#L13152: 		{"Iopl", Func, 0, "func(level int) (err error)"},
		manifest.go#L13184: 		{"Issetugid", Func, 0, ""},
		manifest.go#L13197: 		{"Kevent", Func, 0, ""},
		manifest.go#L13206: 		{"Kill", Func, 0, "func(pid int, sig Signal) (err error)"},
		manifest.go#L13207: 		{"Klogctl", Func, 0, "func(typ int, buf []byte) (n int, err error)"},
		manifest.go#L13208: 		{"Kqueue", Func, 0, ""},
		manifest.go#L13230: 		{"Lchown", Func, 0, "func(path string, uid int, gid int) (err error)"},
		manifest.go#L13234: 		{"Link", Func, 0, "func(oldpath string, newpath string) (err error)"},
		manifest.go#L13235: 		{"Listen", Func, 0, "func(s int, n int) (err error)"},
		manifest.go#L13236: 		{"Listxattr", Func, 1, "func(path string, dest []byte) (sz int, err error)"},
		manifest.go#L13237: 		{"LoadCancelIoEx", Func, 1, ""},
		manifest.go#L13238: 		{"LoadConnectEx", Func, 1, ""},
		manifest.go#L13239: 		{"LoadCreateSymbolicLink", Func, 4, ""},
		manifest.go#L13240: 		{"LoadDLL", Func, 0, ""},
		manifest.go#L13241: 		{"LoadGetAddrInfo", Func, 1, ""},
		manifest.go#L13242: 		{"LoadLibrary", Func, 0, ""},
		manifest.go#L13243: 		{"LoadSetFileCompletionNotificationModes", Func, 2, ""},
		manifest.go#L13244: 		{"LocalFree", Func, 0, ""},
		manifest.go#L13249: 		{"LookupAccountName", Func, 0, ""},
		manifest.go#L13250: 		{"LookupAccountSid", Func, 0, ""},
		manifest.go#L13251: 		{"LookupSID", Func, 0, ""},
		manifest.go#L13252: 		{"LsfJump", Func, 0, "func(code int, k int, jt int, jf int) *SockFilter"},
		manifest.go#L13253: 		{"LsfSocket", Func, 0, "func(ifindex int, proto int) (int, error)"},
		manifest.go#L13254: 		{"LsfStmt", Func, 0, "func(code int, k int) *SockFilter"},
		manifest.go#L13255: 		{"Lstat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
		manifest.go#L13413: 		{"Madvise", Func, 0, "func(b []byte, advice int) (err error)"},
		manifest.go#L13414: 		{"MapViewOfFile", Func, 0, ""},
		manifest.go#L13447: 		{"Mkdir", Func, 0, "func(path string, mode uint32) (err error)"},
		manifest.go#L13448: 		{"Mkdirat", Func, 0, "func(dirfd int, path string, mode uint32) (err error)"},
		manifest.go#L13449: 		{"Mkfifo", Func, 0, "func(path string, mode uint32) (err error)"},
		manifest.go#L13450: 		{"Mknod", Func, 0, "func(path string, mode uint32, dev int) (err error)"},
		manifest.go#L13451: 		{"Mknodat", Func, 0, "func(dirfd int, path string, mode uint32, dev int) (err error)"},
		manifest.go#L13452: 		{"Mlock", Func, 0, "func(b []byte) (err error)"},
		manifest.go#L13453: 		{"Mlockall", Func, 0, "func(flags int) (err error)"},
		manifest.go#L13454: 		{"Mmap", Func, 0, "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"},
		manifest.go#L13455: 		{"Mount", Func, 0, "func(source string, target string, fstype string, flags uintptr, data string) (err error)"},
		manifest.go#L13456: 		{"MoveFile", Func, 0, ""},
		manifest.go#L13457: 		{"Mprotect", Func, 0, "func(b []byte, prot int) (err error)"},
		manifest.go#L13468: 		{"Munlock", Func, 0, "func(b []byte) (err error)"},
		manifest.go#L13469: 		{"Munlockall", Func, 0, "func() (err error)"},
		manifest.go#L13470: 		{"Munmap", Func, 0, "func(b []byte) (err error)"},
		manifest.go#L13471: 		{"MustLoadDLL", Func, 0, ""},
		manifest.go#L13593: 		{"Nanosleep", Func, 0, "func(time *Timespec, leftover *Timespec) (err error)"},
		manifest.go#L13594: 		{"NetApiBufferFree", Func, 0, ""},
		manifest.go#L13595: 		{"NetGetJoinInformation", Func, 2, ""},
		manifest.go#L13600: 		{"NetUserGetInfo", Func, 0, ""},
		manifest.go#L13604: 		{"NetlinkRIB", Func, 0, "func(proto int, family int) ([]byte, error)"},
		manifest.go#L13611: 		{"NewCallback", Func, 0, ""},
		manifest.go#L13612: 		{"NewCallbackCDecl", Func, 3, ""},
		manifest.go#L13613: 		{"NewLazyDLL", Func, 0, ""},
		manifest.go#L13626: 		{"NsecToFiletime", Func, 0, ""},
		manifest.go#L13627: 		{"NsecToTimespec", Func, 0, "func(nsec int64) Timespec"},
		manifest.go#L13628: 		{"NsecToTimeval", Func, 0, "func(nsec int64) Timeval"},
		manifest.go#L13629: 		{"Ntohs", Func, 0, ""},
		manifest.go#L13678: 		{"Open", Func, 0, "func(path string, mode int, perm uint32) (fd int, err error)"},
		manifest.go#L13679: 		{"OpenCurrentProcessToken", Func, 0, ""},
		manifest.go#L13680: 		{"OpenProcess", Func, 0, ""},
		manifest.go#L13681: 		{"OpenProcessToken", Func, 0, ""},
		manifest.go#L13682: 		{"Openat", Func, 0, "func(dirfd int, path string, flags int, mode uint32) (fd int, err error)"},
		manifest.go#L13893: 		{"ParseDirent", Func, 0, "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"},
		manifest.go#L13894: 		{"ParseNetlinkMessage", Func, 0, "func(b []byte) ([]NetlinkMessage, error)"},
		manifest.go#L13895: 		{"ParseNetlinkRouteAttr", Func, 0, "func(m *NetlinkMessage) ([]NetlinkRouteAttr, error)"},
		manifest.go#L13896: 		{"ParseRoutingMessage", Func, 0, ""},
		manifest.go#L13897: 		{"ParseRoutingSockaddr", Func, 0, ""},
		manifest.go#L13898: 		{"ParseSocketControlMessage", Func, 0, "func(b []byte) ([]SocketControlMessage, error)"},
		manifest.go#L13899: 		{"ParseUnixCredentials", Func, 0, "func(m *SocketControlMessage) (*Ucred, error)"},
		manifest.go#L13900: 		{"ParseUnixRights", Func, 0, "func(m *SocketControlMessage) ([]int, error)"},
		manifest.go#L13902: 		{"Pathconf", Func, 0, ""},
		manifest.go#L13903: 		{"Pause", Func, 0, "func() (err error)"},
		manifest.go#L13904: 		{"Pipe", Func, 0, "func(p []int) error"},
		manifest.go#L13905: 		{"Pipe2", Func, 1, "func(p []int, flags int) error"},
		manifest.go#L13906: 		{"PivotRoot", Func, 0, "func(newroot string, putold string) (err error)"},
		manifest.go#L13908: 		{"PostQueuedCompletionStatus", Func, 0, ""},
		manifest.go#L13909: 		{"Pread", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
		manifest.go#L13918: 		{"Process32First", Func, 4, ""},
		manifest.go#L13919: 		{"Process32Next", Func, 4, ""},
		manifest.go#L13940: 		{"PtraceAttach", Func, 0, "func(pid int) (err error)"},
		manifest.go#L13941: 		{"PtraceCont", Func, 0, "func(pid int, signal int) (err error)"},
		manifest.go#L13942: 		{"PtraceDetach", Func, 0, "func(pid int) (err error)"},
		manifest.go#L13943: 		{"PtraceGetEventMsg", Func, 0, "func(pid int) (msg uint, err error)"},
		manifest.go#L13944: 		{"PtraceGetRegs", Func, 0, "func(pid int, regsout *PtraceRegs) (err error)"},
		manifest.go#L13945: 		{"PtracePeekData", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
		manifest.go#L13946: 		{"PtracePeekText", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
		manifest.go#L13947: 		{"PtracePokeData", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
		manifest.go#L13948: 		{"PtracePokeText", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
		manifest.go#L13994: 		{"PtraceSetOptions", Func, 0, "func(pid int, options int) (err error)"},
		manifest.go#L13995: 		{"PtraceSetRegs", Func, 0, "func(pid int, regs *PtraceRegs) (err error)"},
		manifest.go#L13996: 		{"PtraceSingleStep", Func, 0, "func(pid int) (err error)"},
		manifest.go#L13997: 		{"PtraceSyscall", Func, 1, "func(pid int, signal int) (err error)"},
		manifest.go#L13998: 		{"Pwrite", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
		manifest.go#L14353: 		{"RawSyscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
		manifest.go#L14354: 		{"RawSyscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
		manifest.go#L14355: 		{"Read", Func, 0, "func(fd int, p []byte) (n int, err error)"},
		manifest.go#L14356: 		{"ReadConsole", Func, 1, ""},
		manifest.go#L14357: 		{"ReadDirectoryChanges", Func, 0, ""},
		manifest.go#L14358: 		{"ReadDirent", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
		manifest.go#L14359: 		{"ReadFile", Func, 0, ""},
		manifest.go#L14360: 		{"Readlink", Func, 0, "func(path string, buf []byte) (n int, err error)"},
		manifest.go#L14361: 		{"Reboot", Func, 0, "func(cmd int) (err error)"},
		manifest.go#L14362: 		{"Recvfrom", Func, 0, "func(fd int, p []byte, flags int) (n int, from Sockaddr, err error)"},
		manifest.go#L14363: 		{"Recvmsg", Func, 0, "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from Sockaddr, err error)"},
		manifest.go#L14364: 		{"RegCloseKey", Func, 0, ""},
		manifest.go#L14365: 		{"RegEnumKeyEx", Func, 0, ""},
		manifest.go#L14366: 		{"RegOpenKeyEx", Func, 0, ""},
		manifest.go#L14367: 		{"RegQueryInfoKey", Func, 0, ""},
		manifest.go#L14368: 		{"RegQueryValueEx", Func, 0, ""},
		manifest.go#L14369: 		{"RemoveDirectory", Func, 0, ""},
		manifest.go#L14370: 		{"Removexattr", Func, 1, "func(path string, attr string) (err error)"},
		manifest.go#L14371: 		{"Rename", Func, 0, "func(oldpath string, newpath string) (err error)"},
		manifest.go#L14372: 		{"Renameat", Func, 0, "func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)"},
		manifest.go#L14373: 		{"Revoke", Func, 0, ""},
		manifest.go#L14377: 		{"Rmdir", Func, 0, "func(path string) error"},
		manifest.go#L14381: 		{"RouteRIB", Func, 0, ""},
		manifest.go#L15737: 		{"Seek", Func, 0, "func(fd int, offset int64, whence int) (off int64, err error)"},
		manifest.go#L15738: 		{"Select", Func, 0, "func(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)"},
		manifest.go#L15739: 		{"Sendfile", Func, 0, "func(outfd int, infd int, offset *int64, count int) (written int, err error)"},
		manifest.go#L15740: 		{"Sendmsg", Func, 0, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (err error)"},
		manifest.go#L15741: 		{"SendmsgN", Func, 3, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (n int, err error)"},
		manifest.go#L15742: 		{"Sendto", Func, 0, "func(fd int, p []byte, flags int, to Sockaddr) (err error)"},
		manifest.go#L15748: 		{"SetBpf", Func, 0, ""},
		manifest.go#L15749: 		{"SetBpfBuflen", Func, 0, ""},
		manifest.go#L15750: 		{"SetBpfDatalink", Func, 0, ""},
		manifest.go#L15751: 		{"SetBpfHeadercmpl", Func, 0, ""},
		manifest.go#L15752: 		{"SetBpfImmediate", Func, 0, ""},
		manifest.go#L15753: 		{"SetBpfInterface", Func, 0, ""},
		manifest.go#L15754: 		{"SetBpfPromisc", Func, 0, ""},
		manifest.go#L15755: 		{"SetBpfTimeout", Func, 0, ""},
		manifest.go#L15756: 		{"SetCurrentDirectory", Func, 0, ""},
		manifest.go#L15757: 		{"SetEndOfFile", Func, 0, ""},
		manifest.go#L15758: 		{"SetEnvironmentVariable", Func, 0, ""},
		manifest.go#L15759: 		{"SetFileAttributes", Func, 0, ""},
		manifest.go#L15760: 		{"SetFileCompletionNotificationModes", Func, 2, ""},
		manifest.go#L15761: 		{"SetFilePointer", Func, 0, ""},
		manifest.go#L15762: 		{"SetFileTime", Func, 0, ""},
		manifest.go#L15763: 		{"SetHandleInformation", Func, 0, ""},
		manifest.go#L15764: 		{"SetKevent", Func, 0, ""},
		manifest.go#L15765: 		{"SetLsfPromisc", Func, 0, "func(name string, m bool) error"},
		manifest.go#L15766: 		{"SetNonblock", Func, 0, "func(fd int, nonblocking bool) (err error)"},
		manifest.go#L15767: 		{"Setdomainname", Func, 0, "func(p []byte) (err error)"},
		manifest.go#L15768: 		{"Setegid", Func, 0, "func(egid int) (err error)"},
		manifest.go#L15769: 		{"Setenv", Func, 0, "func(key string, value string) error"},
		manifest.go#L15770: 		{"Seteuid", Func, 0, "func(euid int) (err error)"},
		manifest.go#L15771: 		{"Setfsgid", Func, 0, "func(gid int) (err error)"},
		manifest.go#L15772: 		{"Setfsuid", Func, 0, "func(uid int) (err error)"},
		manifest.go#L15773: 		{"Setgid", Func, 0, "func(gid int) (err error)"},
		manifest.go#L15774: 		{"Setgroups", Func, 0, "func(gids []int) (err error)"},
		manifest.go#L15775: 		{"Sethostname", Func, 0, "func(p []byte) (err error)"},
		manifest.go#L15776: 		{"Setlogin", Func, 0, ""},
		manifest.go#L15777: 		{"Setpgid", Func, 0, "func(pid int, pgid int) (err error)"},
		manifest.go#L15778: 		{"Setpriority", Func, 0, "func(which int, who int, prio int) (err error)"},
		manifest.go#L15779: 		{"Setprivexec", Func, 0, ""},
		manifest.go#L15780: 		{"Setregid", Func, 0, "func(rgid int, egid int) (err error)"},
		manifest.go#L15781: 		{"Setresgid", Func, 0, "func(rgid int, egid int, sgid int) (err error)"},
		manifest.go#L15782: 		{"Setresuid", Func, 0, "func(ruid int, euid int, suid int) (err error)"},
		manifest.go#L15783: 		{"Setreuid", Func, 0, "func(ruid int, euid int) (err error)"},
		manifest.go#L15784: 		{"Setrlimit", Func, 0, "func(resource int, rlim *Rlimit) error"},
		manifest.go#L15785: 		{"Setsid", Func, 0, "func() (pid int, err error)"},
		manifest.go#L15786: 		{"Setsockopt", Func, 0, ""},
		manifest.go#L15787: 		{"SetsockoptByte", Func, 0, "func(fd int, level int, opt int, value byte) (err error)"},
		manifest.go#L15788: 		{"SetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int, filter *ICMPv6Filter) error"},
		manifest.go#L15789: 		{"SetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int, mreq *IPMreq) (err error)"},
		manifest.go#L15790: 		{"SetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int, mreq *IPMreqn) (err error)"},
		manifest.go#L15791: 		{"SetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int, mreq *IPv6Mreq) (err error)"},
		manifest.go#L15792: 		{"SetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int, value [4]byte) (err error)"},
		manifest.go#L15793: 		{"SetsockoptInt", Func, 0, "func(fd int, level int, opt int, value int) (err error)"},
		manifest.go#L15794: 		{"SetsockoptLinger", Func, 0, "func(fd int, level int, opt int, l *Linger) (err error)"},
		manifest.go#L15795: 		{"SetsockoptString", Func, 0, "func(fd int, level int, opt int, s string) (err error)"},
		manifest.go#L15796: 		{"SetsockoptTimeval", Func, 0, "func(fd int, level int, opt int, tv *Timeval) (err error)"},
		manifest.go#L15797: 		{"Settimeofday", Func, 0, "func(tv *Timeval) (err error)"},
		manifest.go#L15798: 		{"Setuid", Func, 0, "func(uid int) (err error)"},
		manifest.go#L15799: 		{"Setxattr", Func, 1, "func(path string, attr string, data []byte, flags int) (err error)"},
		manifest.go#L15800: 		{"Shutdown", Func, 0, "func(fd int, how int) (err error)"},
		manifest.go#L15858: 		{"SlicePtrFromStrings", Func, 1, "func(ss []string) ([]*byte, error)"},
		manifest.go#L15900: 		{"Socket", Func, 0, "func(domain int, typ int, proto int) (fd int, err error)"},
		manifest.go#L15905: 		{"Socketpair", Func, 0, "func(domain int, typ int, proto int) (fd [2]int, err error)"},
		manifest.go#L15906: 		{"Splice", Func, 0, "func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)"},
		manifest.go#L15907: 		{"StartProcess", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)"},
		manifest.go#L15924: 		{"Stat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
		manifest.go#L15965: 		{"Statfs", Func, 0, "func(path string, buf *Statfs_t) (err error)"},
		manifest.go#L16021: 		{"StringBytePtr", Func, 0, "func(s string) *byte"},
		manifest.go#L16022: 		{"StringByteSlice", Func, 0, "func(s string) []byte"},
		manifest.go#L16023: 		{"StringSlicePtr", Func, 0, "func(ss []string) []*byte"},
		manifest.go#L16024: 		{"StringToSid", Func, 0, ""},
		manifest.go#L16025: 		{"StringToUTF16", Func, 0, ""},
		manifest.go#L16026: 		{"StringToUTF16Ptr", Func, 0, ""},
		manifest.go#L16027: 		{"Symlink", Func, 0, "func(oldpath string, newpath string) (err error)"},
		manifest.go#L16028: 		{"Sync", Func, 0, "func()"},
		manifest.go#L16029: 		{"SyncFileRange", Func, 0, "func(fd int, off int64, n int64, flags int) (err error)"},
		manifest.go#L16065: 		{"Syscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
		manifest.go#L16066: 		{"Syscall12", Func, 0, ""},
		manifest.go#L16067: 		{"Syscall15", Func, 0, ""},
		manifest.go#L16068: 		{"Syscall18", Func, 12, ""},
		manifest.go#L16069: 		{"Syscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
		manifest.go#L16070: 		{"Syscall9", Func, 0, ""},
		manifest.go#L16071: 		{"SyscallN", Func, 18, ""},
		manifest.go#L16072: 		{"Sysctl", Func, 0, ""},
		manifest.go#L16073: 		{"SysctlUint32", Func, 0, ""},
		manifest.go#L16085: 		{"Sysinfo", Func, 0, "func(info *Sysinfo_t) (err error)"},
		manifest.go#L16358: 		{"Tee", Func, 0, "func(rfd int, wfd int, len int, flags int) (n int64, err error)"},
		manifest.go#L16359: 		{"TerminateProcess", Func, 0, ""},
		manifest.go#L16370: 		{"Tgkill", Func, 0, "func(tgid int, tid int, sig Signal) (err error)"},
		manifest.go#L16371: 		{"Time", Func, 0, "func(t *Time_t) (tt Time_t, err error)"},
		manifest.go#L16373: 		{"Times", Func, 0, "func(tms *Tms) (ticks uintptr, err error)"},
		manifest.go#L16378: 		{"TimespecToNsec", Func, 0, "func(ts Timespec) int64"},
		manifest.go#L16386: 		{"TimevalToNsec", Func, 0, "func(tv Timeval) int64"},
		manifest.go#L16458: 		{"TranslateAccountName", Func, 0, ""},
		manifest.go#L16459: 		{"TranslateName", Func, 0, ""},
		manifest.go#L16460: 		{"TransmitFile", Func, 0, ""},
		manifest.go#L16466: 		{"Truncate", Func, 0, "func(path string, length int64) (err error)"},
		manifest.go#L16470: 		{"UTF16FromString", Func, 1, ""},
		manifest.go#L16471: 		{"UTF16PtrFromString", Func, 1, ""},
		manifest.go#L16472: 		{"UTF16ToString", Func, 0, ""},
		manifest.go#L16477: 		{"Umask", Func, 0, "func(mask int) (oldmask int)"},
		manifest.go#L16478: 		{"Uname", Func, 0, "func(buf *Utsname) (err error)"},
		manifest.go#L16479: 		{"Undelete", Func, 0, ""},
		manifest.go#L16480: 		{"UnixCredentials", Func, 0, "func(ucred *Ucred) []byte"},
		manifest.go#L16481: 		{"UnixRights", Func, 0, "func(fds ...int) []byte"},
		manifest.go#L16482: 		{"Unlink", Func, 0, "func(path string) error"},
		manifest.go#L16483: 		{"Unlinkat", Func, 0, "func(dirfd int, path string) error"},
		manifest.go#L16484: 		{"UnmapViewOfFile", Func, 0, ""},
		manifest.go#L16485: 		{"Unmount", Func, 0, "func(target string, flags int) (err error)"},
		manifest.go#L16486: 		{"Unsetenv", Func, 4, "func(key string) error"},
		manifest.go#L16487: 		{"Unshare", Func, 0, "func(flags int) (err error)"},
		manifest.go#L16493: 		{"Ustat", Func, 0, "func(dev int, ubuf *Ustat_t) (err error)"},
		manifest.go#L16504: 		{"Utime", Func, 0, "func(path string, buf *Utimbuf) (err error)"},
		manifest.go#L16505: 		{"Utimes", Func, 0, "func(path string, tv []Timeval) (err error)"},
		manifest.go#L16506: 		{"UtimesNano", Func, 1, "func(path string, ts []Timespec) (err error)"},
		manifest.go#L16537: 		{"VirtualLock", Func, 0, ""},
		manifest.go#L16538: 		{"VirtualUnlock", Func, 0, ""},
		manifest.go#L16560: 		{"WSACleanup", Func, 0, ""},
		manifest.go#L16574: 		{"WSAEnumProtocols", Func, 2, ""},
		manifest.go#L16576: 		{"WSAIoctl", Func, 0, ""},
		manifest.go#L16602: 		{"WSARecv", Func, 0, ""},
		manifest.go#L16603: 		{"WSARecvFrom", Func, 0, ""},
		manifest.go#L16605: 		{"WSASend", Func, 0, ""},
		manifest.go#L16606: 		{"WSASendTo", Func, 0, ""},
		manifest.go#L16607: 		{"WSASendto", Func, 0, ""},
		manifest.go#L16608: 		{"WSAStartup", Func, 0, ""},
		manifest.go#L16612: 		{"Wait4", Func, 0, "func(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)"},
		manifest.go#L16613: 		{"WaitForSingleObject", Func, 0, ""},
		manifest.go#L16634: 		{"Write", Func, 0, "func(fd int, p []byte) (n int, err error)"},
		manifest.go#L16635: 		{"WriteConsole", Func, 1, ""},
		manifest.go#L16636: 		{"WriteFile", Func, 0, ""},
		manifest.go#L16660: 		{"CopyBytesToGo", Func, 0, ""},
		manifest.go#L16661: 		{"CopyBytesToJS", Func, 0, ""},
		manifest.go#L16664: 		{"FuncOf", Func, 0, ""},
		manifest.go#L16665: 		{"Global", Func, 0, ""},
		manifest.go#L16666: 		{"Null", Func, 0, ""},
		manifest.go#L16676: 		{"Undefined", Func, 0, ""},
		manifest.go#L16679: 		{"ValueOf", Func, 0, ""},
		manifest.go#L16771: 		{"AllocsPerRun", Func, 1, "func(runs int, f func()) (avg float64)"},
		manifest.go#L16774: 		{"Benchmark", Func, 0, "func(f func(b *B)) BenchmarkResult"},
		manifest.go#L16793: 		{"CoverMode", Func, 8, "func() string"},
		manifest.go#L16794: 		{"Coverage", Func, 4, "func() float64"},
		manifest.go#L16796: 		{"Init", Func, 13, "func()"},
		manifest.go#L16812: 		{"Main", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)"},
		manifest.go#L16813: 		{"MainStart", Func, 4, "func(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M"},
		manifest.go#L16815: 		{"RegisterCover", Func, 2, "func(c Cover)"},
		manifest.go#L16816: 		{"RunBenchmarks", Func, 0, "func(matchString func(pat string, str string) (bool, error), benchmarks []InternalBenchmark)"},
		manifest.go#L16817: 		{"RunExamples", Func, 0, "func(matchString func(pat string, str string) (bool, error), examples []InternalExample) (ok bool)"},
		manifest.go#L16818: 		{"RunTests", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest) (ok bool)"},
		manifest.go#L16819: 		{"Short", Func, 0, "func() bool"},
		manifest.go#L16822: 		{"Testing", Func, 21, "func() bool"},
		manifest.go#L16823: 		{"Verbose", Func, 1, "func() bool"},
		manifest.go#L16840: 		{"TestFS", Func, 16, "func(fsys fs.FS, expected ...string) error"},
		manifest.go#L16843: 		{"DataErrReader", Func, 0, "func(r io.Reader) io.Reader"},
		manifest.go#L16844: 		{"ErrReader", Func, 16, "func(err error) io.Reader"},
		manifest.go#L16846: 		{"HalfReader", Func, 0, "func(r io.Reader) io.Reader"},
		manifest.go#L16847: 		{"NewReadLogger", Func, 0, "func(prefix string, r io.Reader) io.Reader"},
		manifest.go#L16848: 		{"NewWriteLogger", Func, 0, "func(prefix string, w io.Writer) io.Writer"},
		manifest.go#L16849: 		{"OneByteReader", Func, 0, "func(r io.Reader) io.Reader"},
		manifest.go#L16850: 		{"TestReader", Func, 16, "func(r io.Reader, content []byte) error"},
		manifest.go#L16851: 		{"TimeoutReader", Func, 0, "func(r io.Reader) io.Reader"},
		manifest.go#L16852: 		{"TruncateWriter", Func, 0, "func(w io.Writer, n int64) io.Writer"},
		manifest.go#L16858: 		{"Check", Func, 0, "func(f any, config *Config) error"},
		manifest.go#L16859: 		{"CheckEqual", Func, 0, "func(f any, g any, config *Config) error"},
		manifest.go#L16874: 		{"Value", Func, 0, "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"},
		manifest.go#L16877: 		{"Run", Func, 22, "func(t *testing.T, newHandler func(*testing.T) slog.Handler, result func(*testing.T) map[string]any)"},
		manifest.go#L16878: 		{"TestHandler", Func, 21, "func(h slog.Handler, results func() []map[string]any) error"},
		manifest.go#L16881: 		{"Test", Func, 25, "func(t *testing.T, f func(*testing.T))"},
		manifest.go#L16882: 		{"Wait", Func, 25, "func()"},
		manifest.go#L16925: 		{"TokenString", Func, 0, "func(tok rune) string"},
		manifest.go#L16936: 		{"NewWriter", Func, 0, "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *Writer"},
		manifest.go#L16966: 		{"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
		manifest.go#L16967: 		{"HTMLEscapeString", Func, 0, "func(s string) string"},
		manifest.go#L16968: 		{"HTMLEscaper", Func, 0, "func(args ...any) string"},
		manifest.go#L16969: 		{"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
		manifest.go#L16970: 		{"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
		manifest.go#L16971: 		{"JSEscapeString", Func, 0, "func(s string) string"},
		manifest.go#L16972: 		{"JSEscaper", Func, 0, "func(args ...any) string"},
		manifest.go#L16973: 		{"Must", Func, 0, "func(t *Template, err error) *Template"},
		manifest.go#L16974: 		{"New", Func, 0, "func(name string) *Template"},
		manifest.go#L16975: 		{"ParseFS", Func, 16, "func(fsys fs.FS, patterns ...string) (*Template, error)"},
		manifest.go#L16976: 		{"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
		manifest.go#L16977: 		{"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
		manifest.go#L16980: 		{"URLQueryEscaper", Func, 0, "func(args ...any) string"},
		manifest.go#L17131: 		{"IsEmptyTree", Func, 0, "func(n Node) bool"},
		manifest.go#L17137: 		{"New", Func, 0, "func(name string, funcs ...map[string]any) *Tree"},
		manifest.go#L17138: 		{"NewIdentifier", Func, 0, "func(ident string) *IdentifierNode"},
		manifest.go#L17177: 		{"Parse", Func, 0, "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]any) (map[string]*Tree, error)"},
		manifest.go#L17284: 		{"After", Func, 0, "func(d Duration) <-chan Time"},
		manifest.go#L17285: 		{"AfterFunc", Func, 0, "func(d Duration, f func()) *Timer"},
		manifest.go#L17288: 		{"Date", Func, 0, "func(year int, month Month, day int, hour int, min int, sec int, nsec int, loc *Location) Time"},
		manifest.go#L17294: 		{"FixedZone", Func, 0, "func(name string, offset int) *Location"},
		manifest.go#L17302: 		{"LoadLocation", Func, 0, "func(name string) (*Location, error)"},
		manifest.go#L17303: 		{"LoadLocationFromTZData", Func, 10, "func(name string, data []byte) (*Location, error)"},
		manifest.go#L17314: 		{"NewTicker", Func, 0, "func(d Duration) *Ticker"},
		manifest.go#L17315: 		{"NewTimer", Func, 0, "func(d Duration) *Timer"},
		manifest.go#L17317: 		{"Now", Func, 0, "func() Time"},
		manifest.go#L17319: 		{"Parse", Func, 0, "func(layout string, value string) (Time, error)"},
		manifest.go#L17320: 		{"ParseDuration", Func, 0, "func(s string) (Duration, error)"},
		manifest.go#L17327: 		{"ParseInLocation", Func, 1, "func(layout string, value string, loc *Location) (Time, error)"},
		manifest.go#L17339: 		{"Since", Func, 0, "func(t Time) Duration"},
		manifest.go#L17340: 		{"Sleep", Func, 0, "func(d Duration)"},
		manifest.go#L17347: 		{"Tick", Func, 0, "func(d Duration) <-chan Time"},
		manifest.go#L17356: 		{"Unix", Func, 0, "func(sec int64, nsec int64) Time"},
		manifest.go#L17358: 		{"UnixMicro", Func, 17, "func(usec int64) Time"},
		manifest.go#L17359: 		{"UnixMilli", Func, 17, "func(msec int64) Time"},
		manifest.go#L17360: 		{"Until", Func, 8, "func(t Time) Duration"},
		manifest.go#L17452: 		{"In", Func, 2, "func(r rune, ranges ...*RangeTable) bool"},
		manifest.go#L17456: 		{"Is", Func, 0, "func(rangeTab *RangeTable, r rune) bool"},
		manifest.go#L17457: 		{"IsControl", Func, 0, "func(r rune) bool"},
		manifest.go#L17458: 		{"IsDigit", Func, 0, "func(r rune) bool"},
		manifest.go#L17459: 		{"IsGraphic", Func, 0, "func(r rune) bool"},
		manifest.go#L17460: 		{"IsLetter", Func, 0, "func(r rune) bool"},
		manifest.go#L17461: 		{"IsLower", Func, 0, "func(r rune) bool"},
		manifest.go#L17462: 		{"IsMark", Func, 0, "func(r rune) bool"},
		manifest.go#L17463: 		{"IsNumber", Func, 0, "func(r rune) bool"},
		manifest.go#L17464: 		{"IsOneOf", Func, 0, "func(ranges []*RangeTable, r rune) bool"},
		manifest.go#L17465: 		{"IsPrint", Func, 0, "func(r rune) bool"},
		manifest.go#L17466: 		{"IsPunct", Func, 0, "func(r rune) bool"},
		manifest.go#L17467: 		{"IsSpace", Func, 0, "func(r rune) bool"},
		manifest.go#L17468: 		{"IsSymbol", Func, 0, "func(r rune) bool"},
		manifest.go#L17469: 		{"IsTitle", Func, 0, "func(r rune) bool"},
		manifest.go#L17470: 		{"IsUpper", Func, 0, "func(r rune) bool"},
		manifest.go#L17616: 		{"SimpleFold", Func, 0, "func(r rune) rune"},
		manifest.go#L17649: 		{"To", Func, 0, "func(_case int, r rune) rune"},
		manifest.go#L17650: 		{"ToLower", Func, 0, "func(r rune) rune"},
		manifest.go#L17651: 		{"ToTitle", Func, 0, "func(r rune) rune"},
		manifest.go#L17652: 		{"ToUpper", Func, 0, "func(r rune) rune"},
		manifest.go#L17676: 		{"AppendRune", Func, 20, "func(a []uint16, r rune) []uint16"},
		manifest.go#L17677: 		{"Decode", Func, 0, "func(s []uint16) []rune"},
		manifest.go#L17678: 		{"DecodeRune", Func, 0, "func(r1 rune, r2 rune) rune"},
		manifest.go#L17679: 		{"Encode", Func, 0, "func(s []rune) []uint16"},
		manifest.go#L17680: 		{"EncodeRune", Func, 0, "func(r rune) (r1 rune, r2 rune)"},
		manifest.go#L17681: 		{"IsSurrogate", Func, 0, "func(r rune) bool"},
		manifest.go#L17682: 		{"RuneLen", Func, 23, "func(r rune) int"},
		manifest.go#L17685: 		{"AppendRune", Func, 18, "func(p []byte, r rune) []byte"},
		manifest.go#L17686: 		{"DecodeLastRune", Func, 0, "func(p []byte) (r rune, size int)"},
		manifest.go#L17687: 		{"DecodeLastRuneInString", Func, 0, "func(s string) (r rune, size int)"},
		manifest.go#L17688: 		{"DecodeRune", Func, 0, "func(p []byte) (r rune, size int)"},
		manifest.go#L17689: 		{"DecodeRuneInString", Func, 0, "func(s string) (r rune, size int)"},
		manifest.go#L17690: 		{"EncodeRune", Func, 0, "func(p []byte, r rune) int"},
		manifest.go#L17691: 		{"FullRune", Func, 0, "func(p []byte) bool"},
		manifest.go#L17692: 		{"FullRuneInString", Func, 0, "func(s string) bool"},
		manifest.go#L17694: 		{"RuneCount", Func, 0, "func(p []byte) int"},
		manifest.go#L17695: 		{"RuneCountInString", Func, 0, "func(s string) (n int)"},
		manifest.go#L17697: 		{"RuneLen", Func, 0, "func(r rune) int"},
		manifest.go#L17699: 		{"RuneStart", Func, 0, "func(b byte) bool"},
		manifest.go#L17701: 		{"Valid", Func, 0, "func(p []byte) bool"},
		manifest.go#L17702: 		{"ValidRune", Func, 1, "func(r rune) bool"},
		manifest.go#L17703: 		{"ValidString", Func, 0, "func(s string) bool"},
		manifest.go#L17708: 		{"Make", Func, 23, "func[T comparable](value T) Handle[T]"},
		manifest.go#L17711: 		{"Add", Func, 0, ""},
		manifest.go#L17712: 		{"Alignof", Func, 0, ""},
		manifest.go#L17713: 		{"Offsetof", Func, 0, ""},
		manifest.go#L17715: 		{"Sizeof", Func, 0, ""},
		manifest.go#L17716: 		{"Slice", Func, 0, ""},
		manifest.go#L17717: 		{"SliceData", Func, 0, ""},
		manifest.go#L17718: 		{"String", Func, 0, ""},
		manifest.go#L17719: 		{"StringData", Func, 0, ""},
		manifest.go#L17723: 		{"Make", Func, 24, "func[T any](ptr *T) Pointer[T]"},
		stdlib.go#L38: 	Func                // "Println"
		stdlib.go#L49: 		Func:    "func",

	golang.org/x/tools/internal/typesinternal
		toonew.go#L28: 			case stdlib.Func, stdlib.Var, stdlib.Const, stdlib.Type: