pub unsafe extern "C" fn grpc_call_set_credentials(
    call: *mut grpc_call,
    creds: *mut grpc_call_credentials
) -> grpc_call_error
Expand description

Sets a credentials to a call. Can only be called on the client side before grpc_call_start_batch.