pub fn reset_timer(timer_raw: &mut RawFd) -> Result<(), CommonError>
Resets the specified timer.
timer_raw
A Result that is Ok(()) if the timer was successfully reset, and Err(CommonError) otherwise.
Result
Ok(())
Err(CommonError)