pub unsafe extern "system" fn TaskDialog(
    hwndowner: HWND,
    hinstance: HINSTANCE,
    pszwindowtitle: PWSTR,
    pszmaininstruction: PWSTR,
    pszcontent: PWSTR,
    dwcommonbuttons: TASKDIALOG_COMMON_BUTTON_FLAGS,
    pszicon: PWSTR,
    pnbutton: *mut i32
) -> HRESULT
Expand description

Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’