Function init

Source
pub unsafe fn init(lstate: *mut State)
Expand description

Initializes the Lua state.

NOTE: this function must be called before calling any other function exposed by this crate or there will be segfaults.