pub fn decode_key_value(data: &[u8]) -> Result<(Value, usize)>
Decode a single key value, returning the value and the number of bytes consumed.