Sets the timer to expire every iv time units, starting in when units.
iv
when
impl Timer { fn interval_in(&self, iv: Time, when: Time) -> Result<(), Errno> }