PyException_GetCause method Null safety
Implementation
ffi.Pointer<PyObject> PyException_GetCause(
ffi.Pointer<PyObject> arg0,
) {
return _PyException_GetCause(
arg0,
);
}
ffi.Pointer<PyObject> PyException_GetCause(
ffi.Pointer<PyObject> arg0,
) {
return _PyException_GetCause(
arg0,
);
}