pub async fn process_stdout_lines<F>( child_process: &mut Child, line_handler: F, ) -> Result<ExitStatus>where F: FnMut(String),