Type Alias boring_sys::sk_OPENSSL_STRING_cmp_func

source ·
pub type sk_OPENSSL_STRING_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const c_char, arg2: *const *const c_char) -> c_int>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.