pub unsafe extern "C" fn mlirLLVMStructTypeGetIdentifier(
type_: MlirType,
) -> MlirStringRef
Expand description
Returns the identifier of the identified struct. Asserts that the struct is identified, i.e., not literal.
pub unsafe extern "C" fn mlirLLVMStructTypeGetIdentifier(
type_: MlirType,
) -> MlirStringRef
Returns the identifier of the identified struct. Asserts that the struct is identified, i.e., not literal.