pub unsafe extern "C" fn rshift<T>( lhs: *mut PyObject, rhs: *mut PyObject) -> *mut PyObject where T: for<'p> PyNumberRShiftProtocol<'p>,
pyproto