pub fn copy_wide<R: Read, W: Write>( reader: &mut R, writer: &mut W, ) -> Result<u64>
Optimized copy function with 64KiB buffer for better performance.