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