pub fn write_u64<W>(writer: W, value: u64) -> Result<usize, Error>where W: WriteBytesExt,
Writes an Kind::Int atom with the given value. Will encode in a smaller format if possible.
Kind::Int