type github.com/jackc/pgx/v5/pgtype.UndecodedBytes

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L49: type UndecodedBytes []byte
		bytea.go#L54: 	dstBuf := dst.(*UndecodedBytes)
		pgtype.go#L1076: 	if _, ok := target.(*UndecodedBytes); ok {