pub fn read_nth_frame( path: &Path, index: usize, ) -> Result<ConFrame, Box<dyn Error>>
Skip index frames (no atom parse), then parse the next one.
index
index == 0 is read_first_frame. Out of range is an error.
index == 0
read_first_frame