Type Alias X509V3_EXT_I2R

Source
pub type X509V3_EXT_I2R = Option<unsafe extern "C" fn(_: *const v3_ext_method, _: *mut c_void, _: *mut bio_st, _: i32) -> i32>;

Aliased Type§

enum X509V3_EXT_I2R {
    None,
    Some(unsafe extern "C" fn(_: *const v3_ext_method, _: *mut c_void, _: *mut bio_st, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.