python27_sys::PyCFunctionWithKeywords [] [src]

type PyCFunctionWithKeywords = unsafe extern fn(slf: *mut PyObject, args: *mut PyObject, kwds: *mut PyObject) -> *mut PyObject;