pub unsafe extern "system" fn ScriptPositionSingleGlyph(
    hdc: HDC,
    psc: *mut *mut c_void,
    psa: *const SCRIPT_ANALYSIS,
    tagscript: u32,
    taglangsys: u32,
    tagfeature: u32,
    lparameter: i32,
    wglyphid: u16,
    iadvance: i32,
    goffset: GOFFSET,
    pioutadvance: *mut i32,
    poutgoffset: *mut GOFFSET
) -> HRESULT
Expand description

Required features: "Win32_Graphics_Gdi"