65d781758c
On some platforms, `NSUInteger` is 32-bit, while the objc_direct tests expected it to be represented as `ULong`. So the tests failed on those platforms. Fix the tests by replacing `NSUInteger` with `uint64_t`.