pub type custom_ext_free_cb = Option<unsafe extern "C" fn(*mut ssl_st, u32, *const u8, *mut c_void)>;
enum custom_ext_free_cb { None, Some(unsafe extern "C" fn(*mut ssl_st, u32, *const u8, *mut c_void)), }
No value.
Some value of type T.
T