lua_setsafeenv

Function lua_setsafeenv 

Source
pub unsafe extern "C-unwind" fn lua_setsafeenv(
    L: *mut lua_State,
    idx: c_int,
    enabled: c_int,
)
Expand description

Sets the safe environment status of the table at the given index.