//! Common type aliases for cross-platform introspection
/// Unsigned memory type. This type is guaranteed to hold a whole address of introspection target.
pubtypeumem=u64;/// Signed memory type. This type is useful for address differences.
pubtypeimem=i64;