pub unsafe extern "C" fn GC_enable()Expand description
Try to re-enable garbage collection. GC_disable() and GC_enable()
calls could be nested. Garbage collection is enabled if the number of
calls to both functions is equal.
pub unsafe extern "C" fn GC_enable()Try to re-enable garbage collection. GC_disable() and GC_enable()
calls could be nested. Garbage collection is enabled if the number of
calls to both functions is equal.