pub type ContextInitializer = fn(ctx: &CurrentContext<'_>) -> (Option<Box<dyn Any>>, FunctionSet);
The function is used to initialize a Context.
Context
The first return value sets the Context Data. The second return value sets the methods associated with the Context.