lua_pushlightuserdatatagged

Function lua_pushlightuserdatatagged 

Source
pub unsafe extern "C-unwind" fn lua_pushlightuserdatatagged(
    L: *mut lua_State,
    p: *mut c_void,
    tag: c_int,
)
Expand description

Pushes a light userdata with a tag onto the top of the stack.