PyUnicodeDecodeError_SetReason method Null safety
Implementation
int PyUnicodeDecodeError_SetReason(
ffi.Pointer<PyObject> exc,
ffi.Pointer<ffi.Int8> reason,
) {
return _PyUnicodeDecodeError_SetReason(
exc,
reason,
);
}
int PyUnicodeDecodeError_SetReason(
ffi.Pointer<PyObject> exc,
ffi.Pointer<ffi.Int8> reason,
) {
return _PyUnicodeDecodeError_SetReason(
exc,
reason,
);
}