devela::_dep::pyo3::ffi

Function PyDict_GetItemWithError

pub unsafe extern "C" fn PyDict_GetItemWithError(
    mp: *mut PyObject,
    key: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.