pub unsafe extern "C" fn timex_add(a: timex_t, b: timex_t) -> timex_t
@brief Adds two timestamps
@param[in] a First summand @param[in] b Second summand
@return The sum of the two timestamps