pub fn copy_simd_slice<'a, const LANE_SIZE: usize>( src: &[u8], dst: &'a mut [u8], ) -> &'a mut [u8] ⓘ