pub async fn start_server( paths: &CorePaths, callbacks: &mut dyn CoreCallbacks, show_logs: bool, show_gui: bool, ) -> Result<(), Box<dyn Error>>