cfg_create_obj
CHECK(cfg_create_obj(pctx, type, &obj));
CHECK(cfg_create_obj(pctx, type, &obj));
CHECK(cfg_create_obj(pctx, type, obj));
CHECK(cfg_create_obj(pctx, &cfg_type_token, &obj));
cfg_create_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **objp);