pub type CRYPTO_IVEC = crypto_ivec_st;
#[repr(C)]pub struct CRYPTO_IVEC { pub in_: *const u8, pub len: usize, }
in_: *const u8
len: usize