pub unsafe fn sendfile( out_fd: c_int, in_fd: c_int, offset: Option<&mut off_t>, count: size_t ) -> OCallResult<size_t>