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