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