pub fn write_u64_leb128<W: Write>(writer: &mut W, value: u64) -> Result<()>
Write a u64 to LEB128 encoding.