pub fn msgpack_read_str<'a>( cursor: &mut Cursor<&'a [u8]>, ) -> Result<&'a str, BoxError>
Decode a utf-8 string from the provided msgpack. Advances the cursor to the first byte after the encoded string.