pub fn write_varu64(buf: &mut [u8], value: u64) -> usize
Write a variable-width unsigned integer into buf. Returns the number of bytes written.
buf