typedef void (*unexpected_handler)();
typedef void (*
unexpected_handler
)();
The type describes a pointer to a function suitable for use as an unexpected handler.