Specialization of the read-write loop that reuses the internal
buffer of a BufReader. If there’s no buffer then the writer side
should be used instead.
The userspace read-write-loop implementation of io::copy that is used when
OS-specific specializations for copy offloading are not available or not applicable.