pub fn unpack<P1, P2>( input_dir_path: P1, output_dir_path: P2, ) -> Result<(), ErrorKind>where P1: AsRef<Path>, P2: AsRef<Path>,
Unpack the pack from the associated pack file (fails if the pack file doesn’t exist).