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