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