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