pub unsafe extern "C" fn mlirOpaqueTypeGetDialectNamespace(
type_: MlirType,
) -> MlirStringRef
Expand 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,
) -> MlirStringRef
Returns the namespace of the dialect with which the given opaque type is associated. The namespace string is owned by the context.