pub unsafe extern "C" fn GC_should_invoke_finalizers() -> c_intExpand description
Returns a nonzero value (true) if GC_invoke_finalizers() has
something to do. (Useful if finalizers can only be called from some
kind of “safe state” and getting into that safe state is expensive.)
Does not use any synchronization.