aws_lc_sys

Type Alias ASN1_free_func

Source
pub type ASN1_free_func = Option<unsafe extern "C" fn(a: *mut ASN1_VALUE)>;

Aliased Type§

enum ASN1_free_func {
    None,
    Some(unsafe extern "C" fn(_: *mut ASN1_VALUE_st)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ASN1_VALUE_st))

Some value of type T.