pub unsafe extern "C" fn SSL_CTX_set_dos_protection_cb(
    ctx: *mut SSL_CTX,
    cb: Option<unsafe extern "C" fn(arg1: *const SSL_CLIENT_HELLO) -> c_int>
)