pub unsafe fn atomic_fetch_inc_release_i32_block(ptr: *mut i32) -> i32
Fetches the value in ptr, performs a inc, and returns the original value