A function type for determining whether to remove a comment.
typedef RemoveComment = bool Function(String comment);