pub unsafe fn sendfile( out_fd: int, in_fd: int, offset: *mut off_t, count: size_t, ) -> Result<int>
Copies data between one file descriptor and another.