pub type virStorageVolInfo = _virStorageVolInfo;
#[repr(C)]pub struct virStorageVolInfo { pub type_: i32, pub capacity: u64, pub allocation: u64, }
type_: i32
capacity: u64
allocation: u64