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