pub unsafe extern "C" fn _PyErr_ChainExceptions(
    typ: *mut PyObject,
    val: *mut PyObject,
    tb: *mut PyObject
)
Available on non-PyPy only.