There are two ways to do this:
1) Create a python plugin that creates an interface to the functions. We are currently developing this, so it should be available shortly.
2) Install the
ctypes python package which allows you to call arbitrary dll functions from within your python script. The following link contains more information:
http://starship.python.net/crew/theller/ctypes/