Type Alias PyNumberBinaryFunc

Source
pub type PyNumberBinaryFunc = fn(&PyObject, &PyObject, &VirtualMachine) -> PyResult;