pub fn atomic_max(addr: &mut i32, val: i32) -> i32
Atomic maximum. Transpiles to: atomicMax(addr, val)
atomicMax(addr, val)