The EWL C++ library provides default versions of the following handler functions:
unexpected_handler terminate_handler
A C++ program may install different handler functions during execution, by supplying a pointer to a function defined in the program or the library as an argument to:
set_new_handler set_unexpected set_terminate