pub type sk_OPENSSL_STRING_copy_func = Option<unsafe extern "C" fn(arg1: *const c_char) -> *mut c_char>;
enum sk_OPENSSL_STRING_copy_func { None, Some(unsafe extern "C" fn(_: *const i8) -> *mut i8), }
No value.
Some value of type T.
T