Type Definition PyCFunctionWithKeywords
python3_sys
type PyCFunctionWithKeywords = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: *mut PyObject) -> *mut PyObject;