Function windows::Win32::Graphics::Gdi::DrawTextW

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