pyo3::ffi

Type Alias _PyCFunctionFast

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