pub fn verify(
git: &Repository,
trust_root: Oid,
shadow_policy: Option<&[u8]>,
commit_range: (Oid, Oid),
results: &mut VerificationResult,
keep_going: bool,
output: impl Output,
cache: &mut VerificationCache,
quiet: bool,
verbose: bool,
) -> Result<()>