pub unsafe fn DrawThemeTextEx<P0, P1>(
    htheme: P0,
    hdc: P1,
    ipartid: i32,
    istateid: i32,
    psztext: &[u16],
    dwtextflags: DRAW_TEXT_FORMAT,
    prect: *mut RECT,
    poptions: Option<*const DTTOPTS>
) -> Result<()>
where P0: IntoParam<HTHEME>, P1: IntoParam<HDC>,