I want to understand how does the
"self._handle = _dlopen(self._name, mode)"
in ctypes__ inits____ work, if the
self.name = "path/xxx.dll"
and that self.name dll needs additional dll, where should be the additional dll be placed and how to know which dll is missing.