pub unsafe fn DrawTextExW<P0>(
    hdc: P0,
    lpchtext: &mut [u16],
    lprc: *mut RECT,
    format: DRAW_TEXT_FORMAT,
    lpdtp: Option<*const DRAWTEXTPARAMS>
) -> i32
where P0: IntoParam<HDC>,