pub fn skip_until( input: ParseStream<'_>, predicate: impl Fn(ParseStream<'_>) -> bool, ) -> Result<()>