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