Py_GetExecPrefix method Null safety

Pointer<Int32> Py_GetExecPrefix ()

Implementation

ffi.Pointer<ffi.Int32> Py_GetExecPrefix() {
  return _Py_GetExecPrefix();
}