As observed in https://github.com/tinylib/msgp/pull/424 we should probably add a function that allows for reading bytes. ``` func (r *Reader) ReadBytesLimit(dst []byte, limit int64) ([]byte,error) ``` ... is probably something like what we want.