VA_LIST

Variable used to traverse the list of arguments. This type can vary by implementation and could be an array or structure.

extern (C)
alias VA_LIST = ubyte*

Meta