Function openssl_sys::SSL_CTX_set_cookie_generate_cb
[−]
[src]
pub unsafe extern "C" fn SSL_CTX_set_cookie_generate_cb(
s: *mut SSL_CTX,
cb: Option<extern "C" fn(_: *mut SSL, _: *mut c_uchar, _: *mut c_uint) -> c_int>
)