pub type ActivationReason = VSActivationReason;
#[repr(C)]pub enum ActivationReason { Initial = 0, AllFramesReady = 1, Error = -1, }