Represents type TAction<T1,T2>.
TAction<T1,T2>
type TAction<T1, T2> = reference to procedure(const arg1: T1; const arg2: T2);