What is "ctypes"

Ctypes is an external function library for Python. It provides C-compatible data types and allows calling functions in Dlls or shared libraries, and can be used to engage these libraries in pure Python.