debuginfo__new
struct debuginfo *debuginfo__new(const char *path);
dinfo = debuginfo__new(name);
ret = debuginfo__new((const char *)path);
ret = debuginfo__new(path);