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