Function windows::Win32::System::Registry::RegRestoreKeyW

pub unsafe fn RegRestoreKeyW<P0, P1>(
    hkey: P0,
    lpfile: P1,
    dwflags: REG_RESTORE_KEY_FLAGS,
) -> WIN32_ERROR
where P0: Param<HKEY>, P1: Param<PCWSTR>,