pub unsafe extern "system" fn ScriptTextOut(
    hdc: HDC,
    psc: *mut *mut c_void,
    x: i32,
    y: i32,
    fuoptions: u32,
    lprc: *const RECT,
    psa: *const SCRIPT_ANALYSIS,
    pwcreserved: PCWSTR,
    ireserved: i32,
    pwglyphs: *const u16,
    cglyphs: i32,
    piadvance: *const i32,
    pijustify: *const i32,
    pgoffset: *const GOFFSET
) -> HRESULT
Expand description

Required features: "Win32_Globalization", "Win32_Foundation", "Win32_Graphics_Gdi"