pub fn vbyte_read_be<R: Read>(reader: &mut R) -> Result<u64>
Decode a natural number from a big-endian byte stream using variable-length byte codes.