pub unsafe extern "C" fn mlirSymbolRefAttrGet(
    ctx: MlirContext,
    symbol: MlirStringRef,
    numReferences: isize,
    references: *const MlirAttribute
) -> MlirAttribute
Expand 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.