pub unsafe fn OpenThemeData<P0, P1>(hwnd: P0, pszclasslist: P1) -> HTHEME
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>,