pub type xc_meminfo_t = xen_sysctl_meminfo;
#[repr(C)]pub struct xc_meminfo_t { pub memsize: u64, pub memfree: u64, }
memsize: u64
memfree: u64