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