Alias SigHandlerT

Type of the handler that is called when a signal is received

alias SigHandlerT = nothrow extern(C) void function(int);