pub type xc_vcpu_extstate_t = xc_vcpu_extstate;
struct xc_vcpu_extstate_t { pub xfeature_mask: u64, pub size: u64, pub buffer: *mut c_void, }
xfeature_mask: u64
size: u64
buffer: *mut c_void