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