pub type VmDebuggerHandle<SE> = Arc<RwLock<dyn VmDebugger<SE> + Sync + Send>>;
struct VmDebuggerHandle<SE> { /* private fields */ }