aws_lc_sysType Alias BIO
Source pub type BIO = bio_st;
struct BIO {Show 14 fields
pub method: *const bio_method_st,
pub ex_data: crypto_ex_data_st,
pub callback_ex: Option<unsafe extern "C" fn(_: *mut bio_st, _: i32, _: *const i8, _: usize, _: i32, _: i32, _: i32, _: *mut usize) -> i32>,
pub cb_arg: *mut i8,
pub init: i32,
pub shutdown: i32,
pub flags: i32,
pub retry_reason: i32,
pub num: i32,
pub references: u32,
pub ptr: *mut c_void,
pub next_bio: *mut bio_st,
pub num_read: u64,
pub num_write: u64,
}