pub async fn create_search_indexer( indexer_name: &str, data_source_name: &str, skillset_name: &str, target_index_name: &str, app_config: &ApplicationConfiguration, ) -> Result<()>