Function signature of a linter callback that is called whenever a linter rule identifies an issue.
typedef ReplaceParser<R> = void Function(Parser<R> source, Parser<R> target);