pub type OPENSSL_sk_call_cmp_func = Option<unsafe extern "C" fn(arg1: OPENSSL_sk_cmp_func, arg2: *const c_void, arg3: *const c_void) -> c_int>;

Aliased Type§

enum OPENSSL_sk_call_cmp_func {
    None,
    Some(unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *const *const c_void, _: *const *const c_void) -> i32>, _: *const c_void, _: *const c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.