Function pyo3::ffi::_PyErr_ChainExceptions

source ยท
pub unsafe extern "C" fn _PyErr_ChainExceptions(
    typ: *mut PyObject,
    val: *mut PyObject,
    tb: *mut PyObject,
)