pub unsafe extern "C" fn SSL_set_cert_cb( s: *mut ssl_st, cb: Option<unsafe extern "C" fn(*mut ssl_st, *mut c_void) -> i32>, arg: *mut c_void, )