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