pub unsafe fn DrawThemeText<'a>(
htheme: isize,
hdc: impl IntoParam<'a, HDC>,
ipartid: i32,
istateid: i32,
psztext: impl IntoParam<'a, PWSTR>,
cchtext: i32,
dwtextflags: u32,
dwtextflags2: u32,
prect: *const RECT,
) -> Result<()>