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