pub type AxVCpuRef<U: AxVCpuHal> = Arc<AxVCpu<AxArchVCpuImpl<U>>>;
A reference to a vCPU.
pub struct AxVCpuRef<U: AxVCpuHal> { /* private fields */ }