Alias for a pointer to an assertion-failure handler taking a violation.
ViolationHandler is an alias for a pointer to a function returning void, and taking, as a parameter a single const reference to a bsls::AssertViolation -- e.g., ` void myHandler(const bsls::AssertViolation&); `