pub unsafe extern "C" fn mlirStringAttrGet(
ctx: MlirContext,
str_: MlirStringRef,
) -> MlirAttributeExpand description
Creates a string attribute in the given context containing the given string.
pub unsafe extern "C" fn mlirStringAttrGet(
ctx: MlirContext,
str_: MlirStringRef,
) -> MlirAttributeCreates a string attribute in the given context containing the given string.