pub type Kibibytes = Kibibyte;
The structure for representing a specific number of kibibytes (1 kibibyte = 1024 bytes).
struct Kibibytes(/* private fields */);