va_arg
fn
T va_arg(T)(ref va_list ap) @nogc nothrowRetrieve and return the next value that is of type T.
fn
void va_arg(T)(ref va_list ap, ref T parmn) @nogc nothrowRetrieve and store in parmn the next value that is of type T.