pub(crate) fn impl_unescape_path_until<I>( src: &mut Peekable<I>, buf: &mut Vec<u8>, end_of_record_is_quote: bool, ) -> Result<()>where I: Iterator<Item = u8>,