//! Re-exports from bindgen-generated types.
//!
//! This is available publicly because some APIs are not fully wrapped in Rust types; generally, it
//! is recommended not to use any of those items unless a non-raw API asks for it.
// Types we block in the bindgen, but we have to make them available
// use liboscore_cryptobackend::aead::{
// DecryptState as oscore_crypto_aead_decryptstate_t,
// EncryptState as oscore_crypto_aead_encryptstate_t,
// };
use ;
include!;