pub fn copy_managed_tree( source_root: impl AsRef<Path>, destination_root: impl AsRef<Path>, managed_paths: &[String], ) -> Result<()>