Returns the index for the first occurrence of the provided string. If the string cannot be located, -1 will be returned.
native int FindStringInArray(Handle array, const char[] item, int block = 0)