macro_rules! NZUsize { ($val:expr) => { ... }; }
A macro to create a NonZeroUsize from a value, panicking if the value is zero.
NonZeroUsize