| 4451 | } |
| 4452 | |
| 4453 | static inline void signal_handler(int) |
| 4454 | { |
| 4455 | crash_handler(signal_skip_recs); |
| 4456 | abort(); |
| 4457 | } |
| 4458 | |
| 4459 | static inline void __cdecl invalid_parameter_handler( |
| 4460 | const wchar_t*, |
nothing calls this directly
no outgoing calls
no test coverage detected