lua_copy

Function lua_copy 

Source
pub unsafe extern "C" fn lua_copy(
    L: *mut lua_State,
    fromidx: i32,
    toidx: i32,
)