to_int
int (*to_int)(const CONF *, char) = &default_to_int;
if (conf->meth->to_int != NULL)
to_int = conf->meth->to_int;
const int d = to_int(conf, *str);
int (*to_int)(const CONF *conf, char c);
num = to_int((int)(unsigned char)psenc->ch[head]);