Function _andn_u64

#[target_feature(enable = "bmi1")]
pub const fn _andn_u64(a: u64, b: u64) -> u64

Bitwise logical AND of inverted a with b.

Intel's documentation