pub type cst_sts = cst_sts_struct;
#[repr(C)]pub struct cst_sts { pub frame: *const u16, pub size: i32, pub residual: *const u8, }
frame: *const u16
size: i32
residual: *const u8