pub unsafe fn AssocQueryKeyW<P2, P3>( flags: ASSOCF, key: ASSOCKEY, pszassoc: P2, pszextra: P3, ) -> Result<HKEY>where P2: Param<PCWSTR>, P3: Param<PCWSTR>,