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