Function _blsmsk_u64

#[target_feature(enable = "bmi1")]
pub const fn _blsmsk_u64(x: u64) -> u64

Gets mask up to lowest set bit.

Intel's documentation