| 404 | } |
| 405 | |
| 406 | static void handler_base(const char* reason_string) { Debug.backend("error handler is invoked!", reason_string, nullptr, nullptr, DEBUG_INFO); } |
| 407 | |
| 408 | static void invalid_parameter_handler(const wchar_t* expression, const wchar_t* function, const wchar_t* file, unsigned int line, uintptr_t reserved) |
| 409 | { |
no test coverage detected