Type Alias boring_sys::sk_OPENSSL_STRING_copy_func

source ·
pub type sk_OPENSSL_STRING_copy_func = Option<unsafe extern "C" fn(arg1: *const c_char) -> *mut c_char>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.