Function _mm512_kunpackb

#[target_feature(enable = "avx512f")]
pub const fn _mm512_kunpackb(a: __mmask16, b: __mmask16) -> __mmask16

Unpack and interleave 8 bits from masks a and b, and store the 16-bit result in k.

Intel's documentation