pub unsafe extern "C" fn mlirFlatSymbolRefAttrGetValue(
attr: MlirAttribute,
) -> MlirStringRefExpand description
Returns the referenced symbol as a string reference. The data remains live as long as the context in which the attribute lives.
pub unsafe extern "C" fn mlirFlatSymbolRefAttrGetValue(
attr: MlirAttribute,
) -> MlirStringRefReturns the referenced symbol as a string reference. The data remains live as long as the context in which the attribute lives.