macro_rules! atomic_arithmetic {
    ($name:ident<$atomic:ty>, $value:ident<$type:ty>) => { ... };
}