Function silc_argument_get_first_arg
SYNOPSIS
unsigned char *silc_argument_get_first_arg(SilcArgumentPayload payload,
uint32 *ret_len);
DESCRIPTION
Returns the first argument in the Argument Payload. The lenght
of the argument is returned to `ret_len'. The caller must not
free the returned argument. Returns NULL on error.