pub unsafe fn RegSaveRestoreA<P0, P1, P2, P3, P4, P5>(
    hwnd: P0,
    psztitlestring: P1,
    hkbckupkey: P2,
    pcszrootkey: P3,
    pcszsubkey: P4,
    pcszvaluename: P5,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>, P2: IntoParam<HKEY>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>, P5: IntoParam<PCSTR>,