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