pub type ProcessSnapshotStatus = ProcessSnapshotStatus;
#[repr(usize)]pub enum ProcessSnapshotStatus { Running = 0, Exited = 1, Stopped = 2, }