pub unsafe extern "C" fn grpc_channel_reset_connect_backoff(
    channel: *mut grpc_channel
)
Expand description

EXPERIMENTAL. Resets the channel’s connect backoff. TODO(roth): When we see whether this proves useful, either promote to non-experimental or remove it.