Function gdi32::ExtTextOutW [] [src]

pub unsafe extern "system" fn ExtTextOutW(
    hdc: HDC,
    x: c_int,
    y: c_int,
    options: UINT,
    lprect: *const RECT,
    lpString: LPCWSTR,
    c: UINT,
    lpDx: *const INT
) -> BOOL