Function _mm256_extracti128_si256

#[target_feature(enable = "avx2")]
pub const fn _mm256_extracti128_si256(a: __m256i, IMM1: i32) -> __m128i

Extracts 128 bits (of integer data) from a selected with IMM1.

Intel's documentation