Function mlir_sys::mlirSymbolRefAttrGet 
source · pub unsafe extern "C" fn mlirSymbolRefAttrGet(
    ctx: MlirContext,
    symbol: MlirStringRef,
    numReferences: isize,
    references: *const MlirAttribute
) -> MlirAttributeExpand description
Creates a symbol reference attribute in the given context referencing a symbol identified by the given string inside a list of nested references. Each of the references in the list must not be nested.