pub unsafe extern "C" fn gpr_time_from_micros(
    us: i64,
    clock_type: gpr_clock_type
) -> gpr_timespec
Expand description

Return a timespec representing a given number of time units. INT64_MIN is interpreted as gpr_inf_past, and INT64_MAX as gpr_inf_future.