PyUnicode_FromObject method Null safety
Implementation
ffi.Pointer<PyObject> PyUnicode_FromObject(
ffi.Pointer<PyObject> obj,
) {
return _PyUnicode_FromObject(
obj,
);
}
ffi.Pointer<PyObject> PyUnicode_FromObject(
ffi.Pointer<PyObject> obj,
) {
return _PyUnicode_FromObject(
obj,
);
}