fn run_server<S: Server, I: Encode<HandleStore<MarkedTypes<S>>>, O: for<'a, 's> DecodeMut<'a, 's, HandleStore<MarkedTypes<S>>>>(
    strategy: &impl ExecutionStrategy,
    handle_counters: &'static HandleCounters,
    server: S,
    input: I,
    run_client: extern "C" fn(_: BridgeConfig<'_>) -> Buffer,
    force_show_panics: bool
) -> Result<O, PanicMessage>
🔬This is a nightly-only experimental API. (proc_macro_internals #27812)