pub unsafe extern "C" fn rcl_timer_exchange_period(
    timer: *const rcl_timer_t,
    new_period: i64,
    old_period: *mut i64
) -> rcl_ret_t
Expand description

Exchange the period of the timer and return the previous period.