Function _kshiftli_mask64

#[target_feature(enable = "avx512bw")]
pub const fn _kshiftli_mask64(a: __mmask64, COUNT: u32) -> __mmask64

Shift the bits of 64-bit mask a left by count while shifting in zeros, and store the least significant 32 bits of the result in k.

Intel's Documentation