Function windows::Win32::System::WindowsProgramming::RegSaveRestoreW

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