lua_pushvalue

Function lua_pushvalue 

Source
pub unsafe extern "C" fn lua_pushvalue(
    L: *mut lua_State,
    index: c_int,
)