pub fn scope<R>(host: Rc<dyn Host>, call: impl FnOnce() -> R) -> R
Run call, one call of a native plugin, with host behind the host function on this thread.
call
host