pub fn stack_buffer_copy<R, W>(reader: &mut R, writer: &mut W) -> Result<u64>where R: Read + ?Sized, W: Write + ?Sized,
Fallback copy implementation using a stack-allocated buffer.
copy