pub async fn io_copy_nowriteerror<const B: usize, R, W>( r: &mut R, w: &mut W, ) -> Result<()>where R: Read<Error = Error>, W: Write,