pub unsafe extern "system" fn ScriptStringAnalyse(
    hdc: HDC,
    pstring: *const c_void,
    cstring: i32,
    cglyphs: i32,
    icharset: i32,
    dwflags: u32,
    ireqwidth: i32,
    pscontrol: *const SCRIPT_CONTROL,
    psstate: *const SCRIPT_STATE,
    pidx: *const i32,
    ptabdef: *const SCRIPT_TABDEF,
    pbinclass: *const u8,
    pssa: *mut *mut c_void
) -> HRESULT
Expand description

Required features: "Win32_Graphics_Gdi"