Type Definition python27_sys::PyCFunctionWithKeywords [] [src]

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