Function windows_sys::Win32::Graphics::Gdi::ExtTextOutA

pub unsafe extern "system" fn ExtTextOutA(
    hdc: HDC,
    x: i32,
    y: i32,
    options: ETO_OPTIONS,
    lprect: *const RECT,
    lpstring: PCSTR,
    c: u32,
    lpdx: *const i32,
) -> BOOL