pub fn write_f32<T, W>(stream: &mut W, value: T) -> Result<(), Error>where W: Write + ?Sized, T: Into<f32>,
Writes a 32-bit precision value to the stream