pub fn copy_recursively_into_existing_dir(
    src_dir: impl AsRef<Path>,
    dst_dir: impl AsRef<Path>
) -> Result<()>