pub fn adjust_expression( row_offset: i32, column_offset: i32, expression: &mut Expr, ) -> Result<(), Error>