pub trait BlockDeviceInfo: Send + Sync { // Required method fn size(&self) -> Result<usize, Errno>; }