callout_example
static void callout_example(void *);
callout_reset(&sc, mstohz(1000), callout_example, NULL);