Function mlir_sys::mlirBlockCreate 
source · pub unsafe extern "C" fn mlirBlockCreate(
    nArgs: isize,
    args: *const MlirType,
    locs: *const MlirLocation
) -> MlirBlockExpand description
Creates a new empty block with the given argument types and transfers ownership to the caller.