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

pub unsafe extern "system" fn ScriptItemizeOpenType(
    pwcInChars: *const WCHAR,
    cInChars: c_int,
    cMaxItems: c_int,
    psControl: *const SCRIPT_CONTROL,
    psState: *const SCRIPT_STATE,
    pItems: *mut SCRIPT_ITEM,
    pScriptTags: *mut OPENTYPE_TAG,
    pcItems: *mut c_int
) -> HRESULT