pyo3::ffi

Type Alias PyCFunctionWithKeywords

source
pub type PyCFunctionWithKeywords = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: *mut PyObject) -> *mut PyObject;