ESI_Callback_t Type (Pointer)

estack.h, unknown.h

typedef CALLBACK void (*ESI_Callback_t) (ESI);

Represents a pointer to an ESI callback function.

ESI_Callback_t is a pointer to a function taking an ESI (expression stack index) as a parameter and returning nothing. It is used in map_tail and map_unary_over_comparison.