nn_fsm_fn

Virtual function to be implemented by the derived class to handle the incoming events.

extern (C) @nogc nothrow nothrow @nogc
alias nn_fsm_fn = void function
(,
int
,
int
,
void*
)