node_copy
r = node_copy(left, right, count);
r = node_copy(left, right, count);
node_copy(left, right, -nr_right);
node_copy(left, center, -shift);
node_copy(center, right, shift);