Pointer<Pointer<Char>> TextSplit( Pointer<Char> text, int delimiter, Pointer<Int> count, ) { return _TextSplit(text, delimiter, count); }