pub(crate) fn run_multi_apply( input: &Path, presets: &[PathBuf], output_dir: &Path, noop: bool, jobs: usize, use_gpu: bool, ) -> Result<()>