pub type dds_sample_lost_status_t = dds_sample_lost_status;
#[repr(C)]pub struct dds_sample_lost_status_t { pub total_count: u32, pub total_count_change: i32, }
total_count: u32
total_count_change: i32