pub type RemSNB = tagRemSNB;
#[repr(C)]pub struct RemSNB { pub ulCntStr: u64, pub ulCntChar: u64, pub rgString: [u16; 1], }
ulCntStr: u64
ulCntChar: u64
rgString: [u16; 1]