pub unsafe extern "C" fn _wfreopen_s(
    _File: *mut *mut FILE,
    _Filename: *const wchar_t,
    _Mode: *const wchar_t,
    _OldFile: *mut FILE
) -> errno_t