fn peek_impl( lookahead: &Lookahead1<'_>, peek: fn(_: Cursor<'_>) -> bool, display: fn() -> &'static str, ) -> bool