use ;
// Note: In this case `NSUInteger` could be a type alias for `usize`, and
// actually that's already available as `objc2::ffi::NSUInteger`.
// SAFETY: `NSUInteger` has the same `repr` as `usize`.
unsafe
// SAFETY: `&NSUInteger` has the same representation as `&usize`.
unsafe