pub fn decode_value(buf: &[u8]) -> Option<(Value, usize)>
Decode a value, returns (value, bytes_consumed) Note: For String/Bytes types, use decode_value_ext with alloc feature