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