Type Definition pyo3::ffi::_PyCFunctionFastWithKeywords

source ·
pub type _PyCFunctionFastWithKeywords = unsafe extern "C" fn(_: *mut PyObject, _: *const *mut PyObject, _: isize, _: *mut PyObject) -> *mut PyObject;
Available on non-Py_LIMITED_API only.