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