_Check_return_opt_

_CRT_STDIO_INLINE int __CRTDECL printf(

    _In_z_ _Printf_format_string_ char const* const _Format,

    ...)


stdio.h안에 printf문이 저렇게 정의가 되어 있는데 이거 해석되시는분~?