python3_sys::binaryfunc [] [src]

type binaryfunc = unsafe extern fn(arg1: *mut PyObject, arg2: *mut PyObject) -> *mut PyObject;