pub unsafe static mut GC_finalize_on_demand: c_intExpand description
If nonzero, finalizers will only be run in response to an explicit
GC_invoke_finalizers() call. The default is determined by whether
the FINALIZE_ON_DEMAND macro is defined when the collector is built.
The setter and the getter are unsynchronized.