pub type chd_file = Chd<Box<dyn SeekRead>>;
An opaque type for an opened CHD file.
pub struct chd_file { /* private fields */ }