macro_rules! ascii_copy_impl_double {
($name:ident, $stride:ident, $double_stride:ident, $src_unit:ty, $dst_unit:ty) => { ... };
}macro_rules! ascii_copy_impl_double {
($name:ident, $stride:ident, $double_stride:ident, $src_unit:ty, $dst_unit:ty) => { ... };
}