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