pub fn set_alarm_callback(
    alarm: AlarmHandle,
    callback: fn(_: *mut ()),
    ctx: *mut ()
)
Expand description