Type Alias boring_sys::X509V3_EXT_R2I

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.