pub unsafe fn ScriptGetFontAlternateGlyphs<'a>(
hdc: impl IntoParam<'a, HDC>,
psc: *mut *mut c_void,
psa: *mut SCRIPT_ANALYSIS,
tagscript: u32,
taglangsys: u32,
tagfeature: u32,
wglyphid: u16,
cmaxalternates: i32,
palternateglyphs: *mut u16,
pcalternates: *mut i32,
) -> Result<()>