pub fn write_value<'a, W: Write>( enc: &mut Encoder<W>, v: &Value, ) -> Result<Offset>
Write a value, return an offset to it.