pub unsafe fn ScriptGetFontAlternateGlyphs<P0>(
    hdc: P0,
    psc: *mut *mut c_void,
    psa: Option<*const SCRIPT_ANALYSIS>,
    tagscript: u32,
    taglangsys: u32,
    tagfeature: u32,
    wglyphid: u16,
    palternateglyphs: &mut [u16],
    pcalternates: *mut i32
) -> Result<()>
where P0: IntoParam<HDC>,