pub unsafe extern "C" fn grpcwrap_call_kick_completion_queue(
    call: *mut grpc_call,
    tag: *mut c_void
) -> grpc_call_error
Expand description

Kick call’s completion queue, it should be called after there is an event ready to poll. THREAD SAFETY: grpcwrap_call_kick_completion_queue is thread-safe because it does not change the call’s state.