pub fn write_u8<W>(writer: W, value: u8) -> Result<usize, Error>where W: WriteBytesExt,
Writes an Kind::UInt atom with the given value.
Kind::UInt