nn_fsm

extern (C) @nogc nothrow nothrow @nogc
struct nn_fsm {
nn_fsm_fn fn;
nn_fsm_fn shutdown_fn;
int state;
int src;
void* srcptr;
nn_fsm* owner;
nn_ctx* ctx;
nn_fsm_event stopped;
}