pub unsafe extern "C" fn mlirModuleGetBody(
module: MlirModule,
) -> MlirBlockExpand description
Gets the body of the module, i.e. the only block it contains.
pub unsafe extern "C" fn mlirModuleGetBody(
module: MlirModule,
) -> MlirBlockGets the body of the module, i.e. the only block it contains.