pub(crate) unsafe fn write_significand<Float>( buffer: *mut u8, value: u64, extra_digit: bool, ) -> *mut u8where Float: FloatTraits,