pub unsafe fn RegRestoreAllW<P0, P1, P2>(
    hwnd: P0,
    psztitlestring: P1,
    hkbckupkey: P2
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<HKEY>,