pub type crypto_aead_aes256gcm_state = crypto_aead_aes256gcm_state_;
struct crypto_aead_aes256gcm_state { pub opaque: [u8; 512], }
opaque: [u8; 512]