PyUnicode_InternInPlace method

void PyUnicode_InternInPlace(
  1. Pointer<Pointer<PyObject>> arg0
)

Implementation

void PyUnicode_InternInPlace(
  ffi.Pointer<ffi.Pointer<PyObject>> arg0,
) {
  return _PyUnicode_InternInPlace(
    arg0,
  );
}