pub unsafe extern "system" fn ScriptGetFontAlternateGlyphs(
    hdc: HDC,
    psc: *mut *mut c_void,
    psa: *const SCRIPT_ANALYSIS,
    tagscript: u32,
    taglangsys: u32,
    tagfeature: u32,
    wglyphid: u16,
    cmaxalternates: i32,
    palternateglyphs: *mut u16,
    pcalternates: *mut i32
) -> HRESULT
Expand description

Required features: "Win32_Graphics_Gdi"