pub fn verify( attestation_doc_cbor: Vec<u8>, pcrs: [[u8; 48]; 3], max_age: usize, ) -> Result<Vec<u8>, AttestationError>