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