Type Alias _PyCFunctionFast

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