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