Function _andn_u32

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

Bitwise logical AND of inverted a with b.

Intel's documentation