Source position: rtti.pp line 975
type TInterceptBeforeNotify = procedure(
aInstance: TObject;
aMethod: TRttiMethod;
const aArgs: TValueArray;
out aDoInvoke: Boolean;
out aResult: TValue
) of object;