pub type RawContext = ();
A “raw” context that can be used to create a Context.
Context
Currently, all platforms define this as the void type ().
()