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

Return -ve, 0, or +ve according to whether a < b, a == b, or a > b respectively.