pub fn decompress(file_type: FileType, src_path: &Path, dst_path: &Path)
Backward-compatible entry point (no encryption). Equivalent to decompress_with_password(.., None).
decompress_with_password(.., None)