PyDict_New method Null safety

Pointer<PyObject> PyDict_New ()

Implementation

ffi.Pointer<PyObject> PyDict_New() {
  return _PyDict_New();
}