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