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