Type Alias ASN1_ex_print_func

Source
pub type ASN1_ex_print_func = Option<unsafe extern "C" fn(out: *mut BIO, pval: *mut *mut ASN1_VALUE, indent: c_int, fname: *const c_char, pctx: *const ASN1_PCTX) -> c_int>;

Aliased Type§

pub enum ASN1_ex_print_func {
    None,
    Some(unsafe extern "C" fn(*mut bio_st, *mut *mut ASN1_VALUE_st, i32, *const i8, *const asn1_pctx_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut bio_st, *mut *mut ASN1_VALUE_st, i32, *const i8, *const asn1_pctx_st) -> i32)

Some value of type T.