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