import ctypes

# Load the DLL
sdk = ctypes.CDLL(r"C:\Windows\System32\fppswsk12.dll")

# List all the available functions in the loaded DLL
print(dir(sdk))