Skip to main content

PyCFunctionFast

Type Alias PyCFunctionFast 

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