pub type TOC_t = TOC_s;
\brief Structure for cdparanoia’s CD Table of Contents
#[repr(C)]pub struct TOC_t { pub bTrack: u8, pub dwStartSector: i32, }
bTrack: u8
dwStartSector: i32