pub fn copy_files(
    src: &Path,
    dest: &Path,
    forbidden_files: &[&str],
    forbidden: &[&Path]
) -> Result<()>