pub unsafe extern "C" fn us_timer_set(
    timer: *mut us_timer_t,
    cb: Option<unsafe extern "C" fn(t: *mut us_timer_t)>,
    ms: c_int,
    repeat_ms: c_int
)