pub const NONE_FN: Option<fn(_: AgentBootstrapData) -> Pin<Box<dyn Future<Output = Result<(), MeshError>> + Sync + Send>>>;
A None that will work in a generic context as a callback argument to bootstrap_with_trustee.
None