Find first text occurrence within a string, -1 if not found
int TextFindIndex(Pointer<Char> text, Pointer<Char> find) => _TextFindIndex(text, find);