pub unsafe fn SetWindowTheme<P0, P1, P2>(
    hwnd: P0,
    pszsubappname: P1,
    pszsubidlist: P2
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,