pub fn global_init()
Expand description
Initialize the static keys data. Always call this method at beginning of application, before using any static key related functionalities.
This function should be called only once. If calling this method multiple times in multi-threads, only the first invocation will take effect.