pub unsafe extern "C" fn mlirOpaqueTypeGetDialectNamespace(
type_: MlirType,
) -> MlirStringRefExpand description
Returns the namespace of the dialect with which the given opaque type is associated. The namespace string is owned by the context.
pub unsafe extern "C" fn mlirOpaqueTypeGetDialectNamespace(
type_: MlirType,
) -> MlirStringRefReturns the namespace of the dialect with which the given opaque type is associated. The namespace string is owned by the context.