[go: up one dir, main page]

pyo3::ffi

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.