mlua_sys::lua51::lua

Function lua_newstate

Source
pub unsafe extern "C-unwind" fn lua_newstate(
    f: lua_Alloc,
    ud: *mut c_void,
) -> *mut lua_State
Available on crate features lua51 or luajit only.