pub fn write_value<E: Encoding, W: Write>( writer: &mut W, value: &Tag, ) -> Result<()>
Writes a headless NBT value payload (no tag id, no name).