pub fn dups(
root_path: &Path,
sample_size: usize,
chunk_size: usize,
enable_blake3_pass: bool,
enable_sha2_512_pass: bool,
skip_dirs: &[OsString],
skip_prefixes: &[PathBuf],
quote_paths: bool,
null_line_sep: bool,
) -> Result<()>