Function windows_sys::Win32::Graphics::Gdi::ExtTextOutW

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