A signal handler.
enum SigHandler { Default, Func(), Ignore, }
The default handler.
A function that is invoked when a signal arrives.
The signal will be ignored.