Skip to main content

bio_info_cb

Type Alias bio_info_cb 

Source
pub type bio_info_cb = BIO_info_cb;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.