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

Required features: "Win32_Foundation"