Function mlir_sys::mlirOpaqueTypeGet
source · pub unsafe extern "C" fn mlirOpaqueTypeGet(
ctx: MlirContext,
dialectNamespace: MlirStringRef,
typeData: MlirStringRef
) -> MlirType
Expand description
Creates an opaque type in the given context associated with the dialect identified by its namespace. The type contains opaque byte data of the specified length (data need not be null-terminated).