pub fn fixed_copy_within<const SIZE: usize>( dest: &mut [u8], src_offset: usize, dest_offset: usize, )
A safe version of src.copy_within that helps me because I tend to always confuse the arguments