C code:
#define GET_PROC(procName) p##procName = (procName##Fn)dlsym(libHandle, #procName);
// call it GET_PROC(msInit)
#translate in nim:
I don't know to translate #procName with nim??? Please help me, thanks a lot!