Function mlua_sys::lua52::lauxlib::luaL_loadstring

source ยท
pub unsafe extern "C-unwind" fn luaL_loadstring(
    L: *mut lua_State,
    s: *const c_char
) -> c_int
Available on crate feature lua52 only.