pub fn chacha20_poly1305_decrypt(
    key: ChaChaPolyKey,
    iv: ChaChaPolyIV,
    aad: &[u8],
    cipher_text: &[u8],
    tag: Poly1305Tag
) -> ByteSeqResult