pub unsafe extern "C" fn SSL_CTX_set_cert_verify_callback( ctx: *mut ssl_ctx_st, cb: Option<unsafe extern "C" fn(_: *mut x509_store_ctx_st, _: *mut c_void) -> i32>, arg: *mut c_void, )