@@ -712,6 +712,7 @@ mod ffi {
712712 mut err : Pin < & mut * mut FastlyError > ,
713713 ) -> bool ;
714714 fn contains ( & self , key : & CxxString , mut err : Pin < & mut * mut FastlyError > ) -> bool ;
715+ fn f_config_store_config_store_force_symbols ( x : Box < ConfigStore > ) -> Box < ConfigStore > ;
715716 }
716717
717718 #[ namespace = "fastly::sys::secret_store" ]
@@ -723,6 +724,7 @@ mod ffi {
723724 out : Pin < & mut * mut Secret > ,
724725 err : Pin < & mut * mut FastlyError > ,
725726 ) ;
727+ fn f_secret_store_secret_force_symbols ( x : Box < Secret > ) -> Box < Secret > ;
726728 }
727729
728730 #[ namespace = "fastly::sys::secret_store" ]
@@ -740,6 +742,7 @@ mod ffi {
740742 mut err : Pin < & mut * mut FastlyError > ,
741743 ) ;
742744 fn contains ( & self , key : & CxxString , mut err : Pin < & mut * mut FastlyError > ) -> bool ;
745+ fn f_secret_store_secret_store_force_symbols ( x : Box < SecretStore > ) -> Box < SecretStore > ;
743746 }
744747
745748 #[ namespace = "fastly::sys::geo" ]
@@ -753,6 +756,7 @@ mod ffi {
753756 fn is_utc ( & self ) -> bool ;
754757 fn is_positive ( & self ) -> bool ;
755758 fn is_negative ( & self ) -> bool ;
759+ fn f_geo_utc_offset_force_symbols ( x : Box < UtcOffset > ) -> Box < UtcOffset > ;
756760 }
757761
758762 #[ namespace = "fastly::sys::geo" ]
@@ -781,6 +785,7 @@ mod ffi {
781785 fn proxy_type ( & self ) -> ProxyType ;
782786 fn region ( & self , out : Pin < & mut CxxString > ) -> bool ;
783787 fn utc_offset ( & self ) -> * mut UtcOffset ;
788+ fn f_geo_geo_force_symbols ( x : Box < Geo > ) -> Box < Geo > ;
784789 }
785790
786791 #[ namespace = "fastly::sys::log" ]
0 commit comments