Function PyCFunction_GetFunction
pub unsafe extern "C" fn PyCFunction_GetFunction(
f: *mut PyObject,
) -> Option<unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject) -> *mut PyObject> ⓘ
Available on crate features
dep_pyo3
and std
only.