Function windows::Win32::Graphics::Gdi::DrawTextExW
pub unsafe fn DrawTextExW<P0>(
hdc: P0,
lpchtext: &mut [u16],
lprc: *mut RECT,
format: DRAW_TEXT_FORMAT,
lpdtp: Option<*const DRAWTEXTPARAMS>,
) -> i32where
P0: Param<HDC>,