Function _mm256_srli_si256

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

Shifts 128-bit lanes in a right by imm8 bytes while shifting in zeros.

Intel's documentation