pub fn unpack(data: &[u8]) -> Result<(Value, usize), Error>
Decode a single msgpack value from the start of data. Returns (value, bytes_consumed).
data