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