[][src]Function winapi::um::usp10::ScriptShape

pub unsafe extern "system" fn ScriptShape(
    hdc: HDC,
    psc: *mut SCRIPT_CACHE,
    pwcChars: *const WCHAR,
    cChars: c_int,
    cMaxGlyphs: c_int,
    psa: *mut SCRIPT_ANALYSIS,
    pwOutGlyphs: *mut WORD,
    pwLogClust: *mut WORD,
    psva: *mut SCRIPT_VISATTR,
    pcGlyphs: *mut c_int
) -> HRESULT