mlir_sys

Function mlirBlockCreate

Source
pub unsafe extern "C" fn mlirBlockCreate(
    nArgs: isize,
    args: *const MlirType,
    locs: *const MlirLocation,
) -> MlirBlock
Expand description

Creates a new empty block with the given argument types and transfers ownership to the caller.