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