pub unsafe fn RebootCheckOnInstallA<P0, P1, P2>(
    hwnd: P0,
    pszinf: P1,
    pszsec: P2,
    dwreserved: u32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,