Function windows::Win32::System::WindowsProgramming::RebootCheckOnInstallA
pub unsafe fn RebootCheckOnInstallA<P0, P1, P2>(
hwnd: P0,
pszinf: P1,
pszsec: P2,
dwreserved: u32,
) -> Result<()>where
P0: Param<HWND>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,