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_Globalization", "Win32_Graphics_Gdi"