pub fn run_build_script( action: BuildScriptAction, workspace_root: &Path, line_callback: Option<&mut dyn FnMut(&str)>, ) -> Result<()>