pub(crate) fn unescape_path<I>(src: &mut Peekable<I>) -> Result<PathBuf>where I: Iterator<Item = u8>,