pub unsafe extern "C" fn mlirUnrankedMemRefTypeGetChecked(
loc: MlirLocation,
elementType: MlirType,
memorySpace: MlirAttribute,
) -> MlirType
Expand description
Same as “mlirUnrankedMemRefTypeGet” but returns a nullptr wrapping MlirType on illegal arguments, emitting appropriate diagnostics.