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