pub unsafe extern "C" fn gpr_time_add(
    a: gpr_timespec,
    b: gpr_timespec
) -> gpr_timespec
Expand description

Add and subtract times. Calculations saturate at infinities.