new_conf
struct conf *conf = new_conf();
struct conf *const conf = new_conf();
conf_start(struct conf *new_conf)
conf = new_conf;
void conf_start(struct conf *new_conf);