fn __action359<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, _, _): (LexerPosition, Token, LexerPosition),
    (_, p, _): (LexerPosition, PreprocessorLine, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Preprocessorwhere
    L: HasLexerError,