pub type xen_remove_from_physmap_t = xen_remove_from_physmap;
#[repr(C)]pub struct xen_remove_from_physmap_t { pub domid: u16, pub gpfn: u32, }
domid: u16
gpfn: u32