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