Function windows::Win32::Graphics::Gdi::DrawTextA

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