func github.com/jackc/pgtype.scanUnknownType

3 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L620: 	return scanUnknownType(oid, formatCode, src, dst)
		pgtype.go#L839: func scanUnknownType(oid uint32, formatCode int16, buf []byte, dest interface{}) error {
		pgtype.go#L852: 			return scanUnknownType(oid, formatCode, buf, nextDst)