pub fn read_nullable_string<'a>( buf: &mut &'a [u8], ) -> Result<&'a str, DecodeError>
Read a nullable string from the slices buf.
buf
Fails if the buffer doesn’t contain a valid utf8 msgpack string or a null marker.