xchacha20_poly1305_decrypt
bool xchacha20_poly1305_decrypt(uint8_t *dst, const uint8_t *src,
return (xchacha20_poly1305_decrypt(dst, src, src_len, ad, ad_len, nonce, key));