pub fn write_i32<W: Writer>(i: &i32, writer: &mut W) -> Result<(), Error>
Writes an i32 value to the given writer.
i32