pub type SSL_FREE_CERTIFICATE_FN = Option<unsafe extern "system" fn(pcertificate: *mut X509Certificate)>;

Aliased Type§

enum SSL_FREE_CERTIFICATE_FN {
    None,
    Some(unsafe extern "system" fn(_: *mut X509Certificate)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut X509Certificate))

Some value of type T.