PyCFunction_GetFunction

Function PyCFunction_GetFunction 

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