pub type Integer = isize;
Signed integer type (pointer-sized).
C++ equivalent: NS::Integer (std::intptr_t)
NS::Integer
std::intptr_t