pub unsafe extern "C" fn mlirLLVMStructTypeGetIdentifier(
type_: MlirType,
) -> MlirStringRefExpand 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,
) -> MlirStringRefReturns the identifier of the identified struct. Asserts that the struct is identified, i.e., not literal.