Function windows::Win32::UI::Shell::RestartDialog

pub unsafe fn RestartDialog<P0, P1>(
    hwnd: P0,
    pszprompt: P1,
    dwreturn: u32
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,