pub fn list_pull_requests_associated_with_a_commit<'a>(
    owner: &'a str,
    repo: &'a str,
    commit_sha: &'a str
) -> ListPullRequestsAssociatedWithACommit<'a>
Expand description