lua_unref

Function lua_unref 

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

Releases a reference to a value.

This function will release the given reference created by lua_ref. If the reference is LUA_NOREF or LUA_REFNIL this function will do nothing.