Function avx2_pshufb
#[target_feature(enable = "avx2")]
pub(in ::core_simd::swizzle_dyn) unsafe fn avx2_pshufb(bytes: Simd<u8, 32>, idxs: Simd<u8, 32>) -> Simd<u8, 32>
"vpshufb like it was meant to be" on AVX2
Safety
This requires AVX2 to work