pub unsafe extern "C" fn zx_futex_wait( value_ptr: *const Atomic<i32>, current_value: i32, new_futex_owner: u32, deadline: i64, ) -> i32