pub unsafe fn RebootCheckOnInstallW<P0, P1, P2>(
    hwnd: P0,
    pszinf: P1,
    pszsec: P2,
    dwreserved: u32,
) -> Result<()>
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,