Continues decoding a binary data from the provided msgpack after marker
which must have been decode from the same cursor. The cursor cursor
must be set to the first byte after the decoded marker.
Advances the cursor to the first byte after the encoded binary data.
Continues decoding a utf-8 string from the provided msgpack after marker
which must have been decode from the same buffer. The buffer cursor
must be set to the first byte after the decoded marker.
Advances the cursor to the first byte after the encoded string.