Type Alias lh_OPENSSL_STRING_compfunc

Source
pub type lh_OPENSSL_STRING_compfunc = Option<unsafe extern "C" fn(_: *const *mut i8, _: *const *mut i8) -> i32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.