aws_lc_sys

Type Alias bio_info_cb

Source
pub type bio_info_cb = Option<unsafe extern "C" fn(b: *mut BIO, state: c_int, res: c_int) -> c_long>;

Aliased Type§

enum bio_info_cb {
    None,
    Some(unsafe extern "C" fn(_: *mut bio_st, _: i32, _: i32) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut bio_st, _: i32, _: i32) -> i64)

Some value of type T.