Returns full path to PlanetCNC TNG library (.dll) file.
Use FreeStringW to release returned string.
wchar_t* GetLibPathW();
wchar_t* str = GetLibPathW();
result:
C:\Program Files\PlanetCNC\
FreeStringW