pub fn vbyte_write_le(n: u64, writer: &mut impl Write) -> Result<usize>
Encode a natural number to a little-endian byte stream using variable-length byte codes and return the number of bytes written.