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