Function mlua_sys::luau::lua::lua_newstate

source ยท
pub unsafe extern "C-unwind" fn lua_newstate(
    f: lua_Alloc,
    ud: *mut c_void,
) -> *mut lua_State
Available on crate feature luau only.