pub const BLOCK_SIZE: usize = 0x10000;
/// Returns the number of blocks needed to store `size` bytes.
pub const
/// Rounds `size` up to the nearest multiple of `block_size`.
///
/// If `size` is already a multiple of `block_size`, it is returned unchanged.
pub const