Initializes the UltraLite runtime.
public static bool Init()
True on success; otherwise, false is returned. False can also be returned if the function is called more than once.
This method must be called only once by a single thread before any other calls can be made; this method is not thread-safe.
This method does not usually fail unless memory is unavailable.