example
static struct example cases[] = {
try(const struct example *c)
struct example *data;
KHELP_DECLARE_MOD_UMA(example, &example_helper, example_hooks, 1,
sizeof(struct example), NULL, NULL);
for example: