ngt_timeout
static void ngt_timeout(void *arg);
callout_reset(&sc->ctimeout, 1, ngt_timeout, sc);
static void ngt_timeout(node_p node, hook_p hook, void *arg1, int arg2);
ng_callout(&sc->chand, sc->node, NULL, 1, ngt_timeout, NULL, 0);