pub type OPENSSL_sk_compfunc = Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>;
enum OPENSSL_sk_compfunc { None, Some(unsafe extern "C" fn(*const c_void, *const c_void) -> i32), }
No value.
Some value of type T.
T