I have a logger that I have given my serialized output from capnp. Now, I have
used this same logger to read the data back in, which gives me a void* buffer.
It should be the same data that I gave it originally.
My question is how do I go from the void* to kj::VectorOutputStream?