pub fn vbyte_write_be<W: Write>(value: u64, w: &mut W) -> Result<usize>
Encode a natural number to a big-endian byte stream using variable-length byte codes and return the number of bytes written.