pyo3_ffi

Function PyObject_GenericGetDict

Source
pub unsafe extern "C" fn PyObject_GenericGetDict(
    arg1: *mut PyObject,
    arg2: *mut c_void,
) -> *mut PyObject
Available on not (Py_LIMITED_API and non-Py_3_10).