pub fn parse_instruction( reader: &mut DexReader, container: &mut Vec<Instructions>, ) -> Result<usize, DexError>
Parse an instruction from the reader