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