pub fn patch_create<P, PD>(workspace: P, hashes: P, archive: PD) -> Result<()>where P: AsRef<Path>, PD: AsRef<Path> + Debug,