pub async fn repo_update_pull_request( configuration: &Configuration, owner: &str, repo: &str, index: i64, style: Option<&str>, ) -> Result<(), Error<RepoUpdatePullRequestError>>