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