Simple signal handler prototype
Source position: signal.inc line 184
type SignalHandler = procedure(
Sig: LongInt
);