check_func_t
typedef int (*check_func_t)(krb5_context, const char*, char*);
error |= (*(check_func_t)e->check_data)(context, local, p->u.string);
check_func_t *method;