pub unsafe extern "C" fn zx_timer_set(
    handle: zx_handle_t,
    deadline: zx_time_t,
    slack: zx_duration_t
) -> zx_status_t