Type Alias boring_sys::X509V3_EXT_I2S

source ·
pub type X509V3_EXT_I2S = Option<unsafe extern "C" fn(method: *const X509V3_EXT_METHOD, ext: *mut c_void) -> *mut c_char>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.