pub fn verify_code_signing_certificate_chain( certificates: Vec<&[u8]>, seconds_since_epoch: u64, root_sha256_hash: &[u8], hostname: &str, ) -> Result<()>