pub unsafe extern "C" fn mlirVectorTypeGetChecked(
    loc: MlirLocation,
    rank: isize,
    shape: *const i64,
    elementType: MlirType
) -> MlirType
Expand description

Same as “mlirVectorTypeGet” but returns a nullptr wrapping MlirType on illegal arguments, emitting appropriate diagnostics.