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