pub fn atomic_dec(addr: &mut u32, val: u32) -> u32
Atomic decrement with wrap. Transpiles to: atomicDec(addr, val)
atomicDec(addr, val)