pub async fn copy_async_nobmap<I, O>( input: &mut I, output: &mut O, ) -> Result<(), CopyError>where I: AsyncRead + AsyncSeekForward + Unpin, O: AsyncWrite + AsyncSeekForward + Unpin,