pub type crypto_onetimeauth_state = crypto_onetimeauth_poly1305_state;
struct crypto_onetimeauth_state { pub opaque: [u8; 256], }
opaque: [u8; 256]