pub fn signed<W>(w: &mut W, val: i64) -> Result<usize, Error> where W: ?Sized + Write,
Write val to the std::io::Write stream w as a signed LEB128 value.
val
std::io::Write
w
On success, return the number of bytes written to w.