pub type arch_vcpu_info_t = arch_vcpu_info;
#[repr(C)]pub struct arch_vcpu_info_t { pub cr2: u64, pub pad: u64, }
cr2: u64
pad: u64