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