PyUnicode_DecodeRawUnicodeEscape method Null safety
Implementation
ffi.Pointer<PyObject> PyUnicode_DecodeRawUnicodeEscape(
ffi.Pointer<ffi.Int8> string,
int length,
ffi.Pointer<ffi.Int8> errors,
) {
return _PyUnicode_DecodeRawUnicodeEscape(
string,
length,
errors,
);
}