Function windows::Win32::System::WindowsProgramming::RegSaveRestoreA

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: Param<HWND>, P1: Param<PCSTR>, P2: Param<HKEY>, P3: Param<PCSTR>, P4: Param<PCSTR>, P5: Param<PCSTR>,