pub fn apply_patch(file: &mut File, op: PatchOp) -> Result<(), PatchError>
Applies a single structured patch operation.