pub unsafe extern "C" fn mlirOpaqueTypeGetData(
type_: MlirType,
) -> MlirStringRef
Expand description
Returns the raw data as a string reference. The data remains live as long as the context in which the type lives.
pub unsafe extern "C" fn mlirOpaqueTypeGetData(
type_: MlirType,
) -> MlirStringRef
Returns the raw data as a string reference. The data remains live as long as the context in which the type lives.