Function windows::Win32::UI::Shell::SoftwareUpdateMessageBox

pub unsafe fn SoftwareUpdateMessageBox<P0, P1>(
    hwnd: P0,
    pszdistunit: P1,
    dwflags: u32,
    psdi: Option<*mut SOFTDISTINFO>,
) -> u32
where P0: Param<HWND>, P1: Param<PCWSTR>,