pub async fn write_to_stream<S>( stream: &mut S, data: &[u8], ) -> Result<usize, Error>where S: Write + Unpin,