1 2 3 4 5
#[doc(alias = "NSInteger")] pub type Integer = isize; #[doc(alias = "NSUInteger")] pub type UInteger = usize;