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