Function _mm256_inserti128_si256
#[target_feature(enable = "avx2")]
pub const fn _mm256_inserti128_si256(a: __m256i, b: __m128i, IMM1: i32) -> __m256i
Copies a to dst, then insert 128 bits (of integer data) from b at the
location specified by IMM1.