cfg_parse_obj
cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
result = cfg_parse_obj(pctx, type, &obj);
result = cfg_parse_obj(pctx, elttype, &value);
CHECK(cfg_parse_obj(pctx, &cfg_type_qstring, &includename));
CHECK(cfg_parse_obj(pctx, &cfg_type_unsupported,
CHECK(cfg_parse_obj(pctx, elttype, &obj));
CHECK(cfg_parse_obj(pctx, nametype, &idobj));