macro_rules! impl_unop { ($struct_name:ident, $arg_type:ty, $out_type:ty, $op:ident, $feature_flag:expr) => { ... }; }