pub type TOC_t = TOC_s;
#[repr(C)]pub struct TOC_t { pub bTrack: u8, pub dwStartSector: i32, }
bTrack: u8
dwStartSector: i32