PyInterpreterState_GetDict method Null safety

Pointer<PyObject> PyInterpreterState_GetDict (
  1. Pointer<_is> arg0
)

Implementation

ffi.Pointer<PyObject> PyInterpreterState_GetDict(
  ffi.Pointer<_is> arg0,
) {
  return _PyInterpreterState_GetDict(
    arg0,
  );
}