macro_rules! impl_strict_newtype {
    ($ty:ident, $lib:expr) => { ... };
    ($ty:ident, $lib:expr, $dumb:expr) => { ... };
}