mlirSMTTypeGetSort

Function mlirSMTTypeGetSort 

Source
pub unsafe extern "C" fn mlirSMTTypeGetSort(
    ctx: MlirContext,
    identifier: MlirIdentifier,
    numberOfSortParams: usize,
    sortParams: *const MlirType,
) -> MlirType
Expand description

Creates a smt::SortType with the given identifier and sort parameters.