CALLOUT_INIT
#define CALLOUT_INIT(x) callout_init(x, 1 /* mpsafe */)
#define CALLOUT_INIT(c) callout_init((c), 1)