Function lua_close

Source
pub unsafe extern "C-unwind" fn lua_close(L: *mut lua_State)
Expand description

Closes the passed lua_State.

This function will free all memory associated with the state and invalidate the pointer.