public void foldExtractToChildren(Fold fold, int index, int length, Fold targetFold) {
   fold.extractToChildren(index, length, targetFold);
 }