silc_va_copy
SYNOPSIS
void silc_va_copy(va_list dest, va_list src);
DESCRIPTION
Copies variable argument list. This must be called in case the variable argument list must be evaluated multiple times. For each evaluation the list must be copied and va_end must be called for each copied list.