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