pub const SECTOR_SIZE_BYTES: u64 = 512;
Standard disk sector size (bytes). Used for sparse file detection (blocks * SECTOR_SIZE < file_size / 2) and I/O alignment fallback.
blocks * SECTOR_SIZE < file_size / 2