My testing application has complained some error for RsslUInt64. Same case for RsslInt64.
"'RsslUInt64' (aka 'unsigned long long')"
So this type is actually 128-bit.
never mind. The issue is that the compiler has treated "unsigned long long", "unsigned long" and "uint64_t" as 3 different types, although they are the same theoretically.