Function windows::Win32::Graphics::Gdi::ExtTextOutA

pub unsafe fn ExtTextOutA<P0, P1>(
    hdc: P0,
    x: i32,
    y: i32,
    options: ETO_OPTIONS,
    lprect: Option<*const RECT>,
    lpstring: P1,
    c: u32,
    lpdx: Option<*const i32>,
) -> BOOL
where P0: Param<HDC>, P1: Param<PCSTR>,