fn calculate_integer_binary_operator_expression( op: &BinaryOperator, lhs: u128, rhs: u128, width: usize, is_signed: bool, ) -> Result<Value, ()>