lua_copy

Function lua_copy 

Source
pub unsafe extern "C-unwind" fn lua_copy(
    l: *mut State,
    from_idx: c_int,
    to_idx: c_int,
)