pub unsafe extern "C" fn mlirModuleGetBody(
    module: MlirModule
) -> MlirBlock
Expand description

Gets the body of the module, i.e. the only block it contains.