Luv.DLLSourceDynamic linking.
See Shared library handling in libuv.
Loads a shared library.
Binds uv_dlopen. See dlopen(3p).
Evaluates to None on failure. In that case, call Luv.DLL.last_error to get the error message.
Closes a shared library.
Binds uv_dlclose. See dlclose(3p).
Retrieves the last error message from Luv.DLL.open_ or Luv.DLL.sym.
Binds uv_dlerror. See dlerror(3p).