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