Load text as separate lines ('\n')
Pointer<Pointer<Char>> LoadTextLines(Pointer<Char> text, Pointer<Int> count) => _LoadTextLines(text, count);