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