SetWindowTheme

Function SetWindowTheme 

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