pub fn apply_bytes( base_image: &[u8], patch: &Patch<'_, [u8]>, ) -> Result<Vec<u8>, ApplyError>
Apply a non-utf8 Patch to a base image
Patch