macro_rules! copy_slice_and_advance {
    ($target:expr, $bytes:expr) => { ... };
}