binaryfunc

Type Alias binaryfunc 

Source
pub type binaryfunc = unsafe extern "C" fn(*mut PyObject, *mut PyObject) -> *mut PyObject;