pub unsafe extern "C" fn zx_futex_wake(
    value_ptr: *const AtomicI32,
    wake_count: u32
) -> i32