PyInterpreterState_Delete method

void PyInterpreterState_Delete(
  1. Pointer<PyInterpreterState> arg0
)

Implementation

void PyInterpreterState_Delete(
  ffi.Pointer<PyInterpreterState> arg0,
) {
  return _PyInterpreterState_Delete(
    arg0,
  );
}