pub fn delete_remote_branches(
repo: &Repository,
remote_branches: &[RemoteBranch],
dry_run: bool,
) -> Result<()>
pub fn delete_remote_branches(
repo: &Repository,
remote_branches: &[RemoteBranch],
dry_run: bool,
) -> Result<()>