Function silc_notify_payload_encode
SYNOPSIS
SilcBuffer silc_notify_payload_encode(SilcNotifyType type, uint32 argc,
va_list ap);
DESCRIPTION
Encode notify payload with variable argument list. If `argc' is > 0
argument payloads will be associated to the notify payload. Variable
arguments must be {usigned char *, uint32 (len)}.