8#define _NO_CRT_STDIO_INLINE
#define _CRT_INTERNAL_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION
#define _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS
__crt_va_start(_ArgList, _Format)
_In_z_ _Printf_format_string_ char const *const _Format
_In_z_ _Printf_format_string_ char const *const va_list _ArgList
_In_ _Pre_notnull_ _Buffer
#define sprintf(buf, format,...)
#define _Out_writes_opt_(s)
#define _Printf_format_string_
int __cdecl __stdio_common_vsprintf(unsigned __int64 const options, char *const buffer, size_t const buffer_count, char const *const format, _locale_t const locale, va_list const arglist)
_UCRT_DISABLE_CLANG_WARNINGS _CRT_BEGIN_C_HEADER _Check_return_wat_ _In_ size_t _BufferCount
#define _Check_return_opt_