```js const gdal = require('gdal-next'); const ds = gdal.open('sample.tif'); const band = ds.bands.get(1) band.pixels.readAsync(0, 0, 10, 10); ds.close(); ``` This is not expected to work, but the user should be protected against a segfault.