pyo3::ffi

Type Alias _PyCFunctionFastWithKeywords

Source
pub type _PyCFunctionFastWithKeywords = unsafe extern "C" fn(_: *mut PyObject, _: *const *mut PyObject, _: isize, _: *mut PyObject) -> *mut PyObject;
👎Deprecated: renamed to PyCFunctionFastWithKeywords
Available on Py_3_10 or non-Py_LIMITED_API only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here