unsigned char *silc_argument_get_next_arg(SilcArgumentPayload payload, SilcUInt32 *ret_len);
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.