pub unsafe extern "C" fn mlirSMTTypeGetSort(
ctx: MlirContext,
identifier: MlirIdentifier,
numberOfSortParams: usize,
sortParams: *const MlirType,
) -> MlirTypeExpand description
Creates a smt::SortType with the given identifier and sort parameters.