Py_GetPath method Null safety

Pointer<Int32> Py_GetPath ()

Implementation

ffi.Pointer<ffi.Int32> Py_GetPath() {
  return _Py_GetPath();
}