Alias for a pointer to a review-failure handler taking a violation.
ViolationHandler is an alias for a pointer to a function returning void, and taking, as a parameter, a const reference to a ReviewViolation instance. For example: ` void myHandler(const ReviewViolation& violation); `