pub fn try_attest(
    attn_keystore: &mut impl Keystore,
    certstore: &mut impl Certstore,
    keystore: &mut impl Keystore,
    request: &AttestRequest
) -> Result<AttestReply, Error>