using std::string;

void *DLOpenOrDie(const string& path);
void *DLSymOrDie(void *lib, const string& func_name);
