pub type sk_SSL_COMP_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const SSL_COMP, arg2: *const *const SSL_COMP) -> c_int>;

Aliased Type§

enum sk_SSL_COMP_cmp_func {
    None,
    Some(unsafe extern "C" fn(_: *const *const ssl_comp_st, _: *const *const ssl_comp_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const *const ssl_comp_st, _: *const *const ssl_comp_st) -> i32)

Some value of type T.