pub fn extract_patch_instructions<R: Read + Seek>( patch: R, ) -> Result<(Vec<SparseOp>, Stats)>
Extracts all instructions from all windows. Memory consumption may be 2-4x the size of the encoded (uncompressed) patch.