`int`/`uint` is platform bit size. On 32bit platforms this limits block device sizes to 4 GB which is... small for block devices. Almost all [Go file APIs use int64](https://pkg.go.dev/io#WriterAt) for sizes
int/uintis platform bit size. On 32bit platforms this limits block device sizes to 4 GB which is... small for block devices.Almost all Go file APIs use int64 for sizes