pub fn apply_fixes(source: &[u8], fixes: &[Fix]) -> Vec<u8> ⓘ
Apply a set of fixes to source bytes. Returns the fixed source. Fixes are applied in reverse byte order to preserve offsets. Overlapping replacements are skipped.