> grpc::Slice drops a reference to the underlying grpc_slice at destruction
> time; if you use that in combination with the StealRef second argument, I
> think that you would have what you essentially want. (FWIW, the
> constructor for grpc::Slice that takes a grpc_slice is not really
> recommended since grpc_slice itself is core API which changes a lot more
> rapidly than C++ API).