pub type Lba = u64;
Logical Block Addresses
The LBA type is used to denote logical block addresses of block devices. It is a simple 64-bit integer, that is used to denote addresses when working with block devices.