PyODict_New method Null safety

Pointer<PyObject> PyODict_New ()

Implementation

ffi.Pointer<PyObject> PyODict_New() {
  return _PyODict_New();
}