pub unsafe extern "C" fn rcl_timer_is_canceled(
    timer: *const rcl_timer_t,
    is_canceled: *mut bool
) -> rcl_ret_t
Expand description

Retrieve the canceled state of a timer.