pub type PluginVisitFn = extern "C" fn(ctx: *mut c_void, value: GenericValue);Expand description
Reports a held GenericValue to the host’s mark phase during GC.
The host grays value; ctx is the visit_ctx passed to the enclosing
PluginTraverseFn. Called only from within a PluginTraverseFn, never
directly.