Standard signal handler prototype.
Source position: signal.inc line 223
type signalhandler_t = procedure(
signal: LongInt
);