pub unsafe extern "C" fn mlirStringAttrGetValue(
attr: MlirAttribute,
) -> MlirStringRef
Expand description
Returns the attribute values as a string reference. The data remains live as long as the context in which the attribute lives.
pub unsafe extern "C" fn mlirStringAttrGetValue(
attr: MlirAttribute,
) -> MlirStringRef
Returns the attribute values as a string reference. The data remains live as long as the context in which the attribute lives.