func github.com/jackc/pgtype.underlyingBytesType

2 uses

	github.com/jackc/pgtype (current package)
		bytea.go#L35: 		if originalSrc, ok := underlyingBytesType(src); ok {
		convert.go#L90: func underlyingBytesType(val interface{}) (interface{}, bool) {