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