pub fn write_i32(writer: &mut dyn Write, value: i32) -> Result<(), Error>
Write a i32 from a writer.
i32