pub type UInteger = usize;
Unsigned integer type (pointer-sized).
C++ equivalent: NS::UInteger (std::uintptr_t)
NS::UInteger
std::uintptr_t