pub unsafe extern "C" fn ipow<T>( slf: *mut PyObject, other: *mut PyObject, modulo: IPowModulo) -> *mut PyObject where T: for<'p> PyNumberIPowProtocol<'p>,
pyproto