macro_rules! fast_copy_code {
($target: ident, $target_start: ident, $src: ident, $src_start: ident, $src_stop:ident, $($ty:ty),*) => { ... };
}macro_rules! fast_copy_code {
($target: ident, $target_start: ident, $src: ident, $src_start: ident, $src_stop:ident, $($ty:ty),*) => { ... };
}