pub(crate) struct Vcpu { pub(crate) mmu: UniqueRef<RkvmMmu>, pub(crate) va_run: u64, + pub(crate) run: *mut RkvmRun, //here It is better not to use raw pointers