Function copy_dir_recursive

fn copy_dir_recursive(src: &Path, dst: &Path) -> Result<()>