Skip to main content

CRYPTO_IOVEC

Type Alias CRYPTO_IOVEC 

Source
pub type CRYPTO_IOVEC = crypto_iovec_st;

Aliased Type§

#[repr(C)]
pub struct CRYPTO_IOVEC { pub out: *mut u8, pub in_: *const u8, pub len: usize, }

Fields§

§out: *mut u8§in_: *const u8§len: usize