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