pub unsafe extern "system" fn RegSaveRestoreA(
    hwnd: HWND,
    psztitlestring: PCSTR,
    hkbckupkey: HKEY,
    pcszrootkey: PCSTR,
    pcszsubkey: PCSTR,
    pcszvaluename: PCSTR,
    dwflags: u32
) -> HRESULT
Expand description

Required features: "Win32_Foundation", "Win32_System_Registry"