Function silc_argument_get_next_arg
SYNOPSIS
unsigned char *silc_argument_get_next_arg(SilcArgumentPayload payload,
uint32 *ret_len);
DESCRIPTION
Returns next argument from the Argument Payload. The length of
the argument is returned to `ret_len'. The caller must not free
the returned argument. This returns NULL when there are no more
arguments in the payload.