Commit a2e5b2527 for clamav.net

commit a2e5b2527571f0d71e3b02dbd0821999be714fe3
Author: Val S. <valsnyde@cisco.com>
Date:   Mon Apr 27 11:42:25 2026 -0400

    Merge pull request #1715 from val-ms/update-generated-rust-bindings

    Update generated Rust bindings

diff --git a/libclamav_rust/src/sys.rs b/libclamav_rust/src/sys.rs
index 085dcf914..ba42e3235 100644
--- a/libclamav_rust/src/sys.rs
+++ b/libclamav_rust/src/sys.rs
@@ -784,8 +784,8 @@ pub struct cl_engine {
     pub hm_imp: *mut cli_matcher,
     pub hm_fp: *mut cli_matcher,
     pub cdb: *mut cli_cdb,
-    pub allow_list_matcher: *mut regex_matcher,
-    pub domain_list_matcher: *mut regex_matcher,
+    pub phish_allow_list_matcher: *mut regex_matcher,
+    pub phish_protected_domain_matcher: *mut regex_matcher,
     pub phishcheck: *mut phishcheck,
     pub dconf: *mut cli_dconf,
     pub ftypes: *mut cli_ftype,