grpc_arg_stack_new
- Prepares a stack for the arguments.
grpc_arg_stack_t *grpc_arg_stack_new(int args)
int args
The grpc_arg_stack_new() function prepares a stack for passing to grpc_call_arg_stack() and grpc_call_arg_stack_async().
This function is MT-safe.
If successful, the stack pointer is returned. If failed, NULL is returned.
GRPC_NOT_INITIALIZED
GRPC_OTHER_ERROR_CODE