pub fn create_symlink( source: &Path, link_target: &Path, destination: &Path, ) -> Result<(), GitToolingError>