Function pyo3_ffi::_Py_CheckFunctionResult

source ยท
pub unsafe extern "C" fn _Py_CheckFunctionResult(
    tstate: *mut PyThreadState,
    callable: *mut PyObject,
    result: *mut PyObject,
    where_: *const c_char
) -> *mut PyObject