Creates a new atomic integer.
impl AtomicI64 { fn new(val: i64) -> AtomicI64 }
The value which is initially stored in the atomic integer.