pub unsafe extern "C" fn SSL_CTX_set_cookie_generate_cb( s: *mut SSL_CTX, cb: Option<extern "C" fn(ssl: *mut SSL, cookie: *mut c_uchar, cookie_len: *mut c_uint) -> c_int>, )