I am trying to load a Windows dll "ibfs64.dll" located in the C:\\Windows\\System32 folder:
ctypes.windll.LoadLibrary(\'ibfs64.dll\')
T