Int64ToString
Converts a 64-bit integer in the legacy 2-cell representation to a string.
native int Int64ToString(const int num[2], char[] str, int maxlength)
Parameters
const int[2] num
Array containing the upper and lower
32-bits of a 64-bit integer.
char[] str
Buffer to store string in.
int maxlength
Maximum length of string buffer.
Return Value
int Number of characters written to the buffer,
not including the null terminator.