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