fn parse_perf_mem_script_to_jsonl( perf_script_path: &Path, output_path: &Path, hint_index: Option<&HintIndex>, artifacts: TraceArtifacts<'_>, verbose: bool, ) -> Result<()>