PyInit__imp method Null safety

Pointer<PyObject> PyInit__imp ()

Implementation

ffi.Pointer<PyObject> PyInit__imp() {
  return _PyInit__imp();
}