PyArena_New method Null safety

Pointer<_arena> PyArena_New ()

Implementation

ffi.Pointer<_arena> PyArena_New() {
  return _PyArena_New();
}