Function apply_patches

Source
pub fn apply_patches(
    patches: Vec<PatchAct>,
    file_path: PathBuf,
) -> Result<(), String>