pub fn list_partitions() -> Result<Vec<StorageDevice>, Error>
3fn main() { 4 println!("{:#?}", list_partitions()); 5}