pub type SC_ACTION = _SC_ACTION;
#[repr(C)]pub struct SC_ACTION { pub Type: u32, pub Delay: u32, }
Type: u32
Delay: u32