pub const PIXEL_STRIDE: usize = 4;
The total number of bytes occupied by a pixel in memory.
All VideoFormats supported by VirtIO have a pixel stride of 4.
VideoFormat