Function pyo3::ffi::PyCFunction_GetFunction

source ·
pub unsafe extern "C" fn PyCFunction_GetFunction(
    f: *mut PyObject
) -> Option<unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject) -> *mut PyObject>