pub type VmLifecycleState = VmLifecycleState;
#[repr(usize)]pub enum VmLifecycleState { Creating = 0, Ready = 1, Disposing = 2, Disposed = 3, Failed = 4, }