pub fn copy_folder( src: impl AsRef<Path>, dst: impl AsRef<Path> + Debug, ) -> Result<(), Box<dyn Error>>