[][src]Type Definition openssl_sys::SSL_custom_ext_free_cb_ex

type SSL_custom_ext_free_cb_ex = Option<unsafe extern "C" fn(ssl: *mut SSL, ext_type: c_uint, context: c_uint, out: *mut *const c_uchar, add_arg: *mut c_void)>;