pub unsafe extern "C-unwind" fn lua_newstate( f: lua_Alloc, ud: *mut c_void, ) -> *mut lua_State
Creates a new lua_State.
lua_State
This function takes an allocator function and a userdata pointer.