pub fn with_suite<T>(suite: Option<u16>, f: impl FnOnce() -> T) -> T
Run f with suite active for seal/open on this thread, restoring the prior suite after (mirrors marshal’s scoped wire-knob setters).
f
suite
marshal