pub fn mirror_repo( origin: &str, destination: &str, refspec: &Option<Vec<String>>, lfs: bool, opts: &MirrorOptions, ) -> Result<()>