pub async fn import_steam_library( app: AppHandle, state: State<'_, AppState>, api_key: String, steam_id: String, steam_root: String, ) -> Result<String, AppError>