pyo3::ffi

Type Alias PyCFunctionFastWithKeywords

Source
pub type PyCFunctionFastWithKeywords = unsafe extern "C" fn(_: *mut PyObject, _: *const *mut PyObject, _: isize, _: *mut PyObject) -> *mut PyObject;