Standard library header <cstdarg>
From cppreference.com
This header was originally in the C standard library as <stdarg.h>.
This header provides support for C-style variadic functions, while the