#[no_mangle]
extern "C" fn ffi_ziparchive_extract(
obj: &mut ZipArchive,
dir: &QString,
) -> bool
Expand description
Extract ZipArchive to directory
#[no_mangle]
extern "C" fn ffi_ziparchive_extract(
obj: &mut ZipArchive,
dir: &QString,
) -> bool
Extract ZipArchive to directory