Macro impl_count_bits

macro_rules! impl_count_bits {
    ($ty:tt) => { ... };
}