Type Definition pyo3::ffi::PyCFunctionWithKeywords [−][src]
pub type PyCFunctionWithKeywords = unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject, kwds: *mut PyObject) -> *mut PyObject;
pub type PyCFunctionWithKeywords = unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject, kwds: *mut PyObject) -> *mut PyObject;