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

Return 1 if two times are equal or within threshold of each other, 0 otherwise