pub unsafe fn RegSaveRestoreOnINFW<P0, P1, P2, P3, P4, P5>(
    hwnd: P0,
    psztitle: P1,
    pszinf: P2,
    pszsection: P3,
    hhklmbackkey: P4,
    hhkcubackkey: P5,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<HKEY>, P5: IntoParam<HKEY>,