pub fn transfer_without_progress<R: Read, W: Write>( r: &mut R, w: &mut W, n: usize, buf_size: usize, ) -> Result<()>