pub unsafe extern "system" fn ScriptShape(
    hdc: HDC,
    psc: *mut *mut c_void,
    pwcchars: PCWSTR,
    cchars: i32,
    cmaxglyphs: i32,
    psa: *mut SCRIPT_ANALYSIS,
    pwoutglyphs: *mut u16,
    pwlogclust: *mut u16,
    psva: *mut SCRIPT_VISATTR,
    pcglyphs: *mut i32
) -> HRESULT
Expand description

Required features: "Win32_Globalization", "Win32_Graphics_Gdi"