Returns the index for the first occurrence of the provided value. If the value cannot be located, -1 will be returned.
native int FindValueInArray(Handle array, any item, int block = 0)