Assert error handler procedural type.
Source position: systemh.inc line 1772
type TAssertErrorProc = procedure(
const msg: ShortString;
const fname: ShortString;
lineno: LongInt;
erroraddr: pointer
);