initialize

Global initialization routines for Rust components. Must be called before any other calls to Rust components.

For adding additional initialization code: Note that this function is called very early in the app lifetime and therefore affects the startup time. Only the most necessary things should be done here.