devela::_dep::pyo3::ffi

Function PyErr_GivenExceptionMatches

pub unsafe extern "C" fn PyErr_GivenExceptionMatches(
    arg1: *mut PyObject,
    arg2: *mut PyObject,
) -> i32
Available on crate features dep_pyo3 and std only.