Converts a string to a 64-bit integer.
If the value is outside the range of representable values, If the value is positive, this function will return INT64_MAX. If the value is negative, this function will return INT64_MIN.
native int StringToInt64(const char[] str, int result[2], int nBase = 10)