pub unsafe extern "system" fn ScriptPlaceOpenType(
    hdc: HDC,
    psc: *mut *mut c_void,
    psa: *mut SCRIPT_ANALYSIS,
    tagscript: u32,
    taglangsys: u32,
    rcrangechars: *const i32,
    rprangeproperties: *const *const TEXTRANGE_PROPERTIES,
    cranges: i32,
    pwcchars: PCWSTR,
    pwlogclust: *const u16,
    pcharprops: *const SCRIPT_CHARPROP,
    cchars: i32,
    pwglyphs: *const u16,
    pglyphprops: *const SCRIPT_GLYPHPROP,
    cglyphs: i32,
    piadvance: *mut i32,
    pgoffset: *mut GOFFSET,
    pabc: *mut ABC
) -> HRESULT
Expand description

Required features: "Win32_Graphics_Gdi"