PyArena_Free method

void PyArena_Free(
  1. Pointer<PyArena> arg0
)

Implementation

void PyArena_Free(
  ffi.Pointer<PyArena> arg0,
) {
  return _PyArena_Free(
    arg0,
  );
}