fn apply_patches(data: &[u8], patches: &[Patch]) -> Vec<u8> ⓘ
Apply a list of byte patches to data, returning the (possibly modified) bytes.
data