void Split (long position, wxSnip **first, wxSnip **second)
Splits the snip into two snips.
position specifies how many items should be given to the first snip; the rest go to the second snip. first and second are filled with pointers to the two new snips. The old snip is considered destroyed.