unzipToDirAsync method
Implementation
ffi.Pointer<ffi.Void> unzipToDirAsync(
ffi.Pointer<ffi.Void> _zip,
ffi.Pointer<ffi.Char> password,
ffi.Pointer<ffi.Char> zipFilePath,
ffi.Pointer<ffi.Pointer<ffi.Char>> entryPathsArr,
int entriesCount,
ffi.Pointer<ffi.Char> toDirPath,
int threadCount,
) {
return _unzipToDirAsync(
_zip,
password,
zipFilePath,
entryPathsArr,
entriesCount,
toDirPath,
threadCount,
);
}