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