PyException_SetCause method Null safety
Implementation
void PyException_SetCause(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyException_SetCause(
arg0,
arg1,
);
}
void PyException_SetCause(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyException_SetCause(
arg0,
arg1,
);
}