pub type xen_remove_from_physmap_t = xen_remove_from_physmap;
struct xen_remove_from_physmap_t { pub domid: u16, pub gpfn: u32, }
domid: u16
gpfn: u32