pub unsafe fn ScriptSubstituteSingleGlyph<P0>(
    hdc: P0,
    psc: *mut *mut c_void,
    psa: Option<*const SCRIPT_ANALYSIS>,
    tagscript: u32,
    taglangsys: u32,
    tagfeature: u32,
    lparameter: i32,
    wglyphid: u16,
    pwoutglyphid: *mut u16
) -> Result<()>
where P0: IntoParam<HDC>,