Function _bzhi_u64

#[target_feature(enable = "bmi2")]
pub fn _bzhi_u64(a: u64, index: u32) -> u64

Zeroes higher bits of a >= index.

Intel's documentation