pub fn write_i64_leb128<W: Write>(writer: &mut W, value: i64) -> Result<()>
Write an i64 to LEB128 encoding.