Initializes the UltraLite runtime.
public static bool Init()
True on success; otherwise, returns false. False can also be returned if the method 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.